diff --git a/CHANGELOG.md b/CHANGELOG.md index a348f2d..f286962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.0+1 + +- Add live demo link to README.md +- Update README.md + ## 2.0.0 🚨 Breaking diff --git a/README.md b/README.md index a24b568..fd1394a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A beautiful and custom alert dialog for flutter highly inspired from + An animated image of the GiffyDialog

## Migration from v1 to v2 @@ -116,16 +116,41 @@ Or use it like a bottom sheet: ## Demo -| | Image Giffy | Rive Giffy | Lottie Giffy | -|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------| -| **Material 2** | Image Giffy Dialog | Rive Giffy Dialog | Lottie Giffy Dialog | -| **Material 3** | Image Giffy Dialog | Rive Giffy Dialog | Lottie Giffy Dialog | - - -| | Image Giffy | Rive Giffy | Lottie Giffy | -|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **Material 2** | Image Giffy BottomSheet | Rive Giffy BottomSheet | Lottie Giffy BottomSheet | -| **Material 3** | Image Giffy BottomSheet | Rive Giffy BottomSheet | Lottie Giffy BottomSheet | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Giffy DialogGiffy BottomSheet
Material 2Material 3Material 2Material 3
Image GiffyImage Giffy DialogImage Giffy DialogImage Giffy DialogImage Giffy Dialog
Rive GiffyImage Giffy DialogImage Giffy DialogImage Giffy DialogImage Giffy Dialog
Lottie GiffyImage Giffy DialogImage Giffy DialogImage Giffy DialogImage Giffy Dialog
## Customization diff --git a/pubspec.yaml b/pubspec.yaml index af6bd9c..c9445cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: giffy_dialog homepage: https://github.com/xsahil03x/giffy_dialog description: A Flutter package for a quick, handy and beautiful giffy dialogs and bottom sheets. -version: 2.0.0 +version: 2.0.0+1 repository: https://github.com/xsahil03x/giffy_dialog issue_tracker: https://github.com/xsahil03x/giffy_dialog/issues