From c90ddfe1a3564afcc43b8d2848ebb2cba2cb03a0 Mon Sep 17 00:00:00 2001
From: Sahil Kumar
Date: Mon, 3 Jul 2023 15:37:56 +0530
Subject: [PATCH 01/11] ci: release example app to github pages. (#89)
---
.github/workflows/giffy_dialog.yaml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/.github/workflows/giffy_dialog.yaml b/.github/workflows/giffy_dialog.yaml
index 4c196ce..633a294 100644
--- a/.github/workflows/giffy_dialog.yaml
+++ b/.github/workflows/giffy_dialog.yaml
@@ -49,5 +49,29 @@ jobs:
- name: 📁 Upload coverage to Codecov
uses: codecov/codecov-action@v3
+ release:
+ needs: build
+ runs-on: ubuntu-latest
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ defaults:
+ run:
+ working-directory: example
+ steps:
+ - name: 📚 Git Checkout
+ uses: actions/checkout@v3
+
+ - name: 🐦 Setup Flutter
+ uses: subosito/flutter-action@v2
+ with:
+ flutter-version: 3.10.0
+ channel: stable
+ cache: true
+
+ - name: 📁 Build and release
+ uses: bluefireteam/flutter-gh-pages@v7
+ with:
+ baseHref: /giffy_dialog/
+ workingDir: example
+
pana:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
\ No newline at end of file
From a07ed56ba3d5ee061c1fade4bc3b99bf2b72e3a7 Mon Sep 17 00:00:00 2001
From: Sahil Kumar
Date: Mon, 3 Jul 2023 15:50:07 +0530
Subject: [PATCH 02/11] chore: add live demo link in readme
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5f5ccb5..a24b568 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ A beautiful and custom alert dialog for flutter highly inspired from
@@ -164,4 +166,4 @@ This project follows the [all-contributors](https://github.com/all-contributors/
## License
-[MIT License](LICENSE)
\ No newline at end of file
+[MIT License](LICENSE)
From d200765b061c27559ac09885ea560d1c8251963c Mon Sep 17 00:00:00 2001
From: Sahil Kumar
Date: Mon, 3 Jul 2023 15:57:00 +0530
Subject: [PATCH 03/11] chore: create dependabot.yml
---
.github/dependabot.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 .github/dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..8ce9275
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "pub"
+ directory: "/"
+ schedule:
+ interval: "daily"
From 62611ab19abedf58dc191bf5d95a0e82ebe0dbfd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 3 Jul 2023 16:03:01 +0530
Subject: [PATCH 04/11] chore: bump bluefireteam/flutter-gh-pages from 7 to 8
(#90)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/giffy_dialog.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/giffy_dialog.yaml b/.github/workflows/giffy_dialog.yaml
index 633a294..d1a0d47 100644
--- a/.github/workflows/giffy_dialog.yaml
+++ b/.github/workflows/giffy_dialog.yaml
@@ -68,7 +68,7 @@ jobs:
cache: true
- name: 📁 Build and release
- uses: bluefireteam/flutter-gh-pages@v7
+ uses: bluefireteam/flutter-gh-pages@v8
with:
baseHref: /giffy_dialog/
workingDir: example
From 24cdb0042752870b0ecc659b97f29ab821840cc6 Mon Sep 17 00:00:00 2001
From: Sahil Kumar
Date: Sat, 8 Jul 2023 23:50:41 +0530
Subject: [PATCH 05/11] chore: update README.md (#91)
---
CHANGELOG.md | 5 +++++
README.md | 47 ++++++++++++++++++++++++++++++++++++-----------
pubspec.yaml | 2 +-
3 files changed, 42 insertions(+), 12 deletions(-)
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
+
## 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** |
|
|
|
-| **Material 3** |
|
|
|
-
-
-| | Image Giffy | Rive Giffy | Lottie Giffy |
-|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **Material 2** |
|
|
|
-| **Material 3** |
|
|
|
+
+
+ |
+ Giffy Dialog |
+ Giffy BottomSheet |
+
+
+ |
+ Material 2 |
+ Material 3 |
+ Material 2 |
+ Material 3 |
+
+
+ | Image Giffy |
+  |
+  |
+  |
+  |
+
+
+ | Rive Giffy |
+  |
+  |
+  |
+  |
+
+
+ | Lottie Giffy |
+  |
+  |
+  |
+  |
+
+
## 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
From f7adf2a1e0ea34bef5f8cc8f166076e0ddf8da0f Mon Sep 17 00:00:00 2001
From: Sahil Kumar
Date: Sat, 8 Jul 2023 23:53:36 +0530
Subject: [PATCH 06/11] chore: fix readme links. (#92)
---
CHANGELOG.md | 8 ++++++--
README.md | 26 +++++++++++++-------------
pubspec.yaml | 2 +-
3 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f286962..a17181d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,11 @@
+## 2.0.0+2
+
+- Fix README.md gif links.
+
## 2.0.0+1
-- Add live demo link to README.md
-- Update README.md
+- Add live demo link to README.md.
+- Update README.md.
## 2.0.0
diff --git a/README.md b/README.md
index fd1394a..9efb767 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ A beautiful and custom alert dialog for flutter highly inspired from
+
## Migration from v1 to v2
@@ -131,24 +131,24 @@ Or use it like a bottom sheet:
| Image Giffy |
-  |
-  |
-  |
-  |
+  |
+  |
+  |
+  |
| Rive Giffy |
-  |
-  |
-  |
-  |
+  |
+  |
+  |
+  |
| Lottie Giffy |
-  |
-  |
-  |
-  |
+  |
+  |
+  |
+  |
diff --git a/pubspec.yaml b/pubspec.yaml
index c9445cf..aa08937 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+1
+version: 2.0.0+2
repository: https://github.com/xsahil03x/giffy_dialog
issue_tracker: https://github.com/xsahil03x/giffy_dialog/issues
From 0af0a9926d801f80634ce25931de51b2d2ad45a4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 12 Mar 2024 02:29:42 +0530
Subject: [PATCH 07/11] chore: bump actions/checkout from 3 to 4 (#93)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/giffy_dialog.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/giffy_dialog.yaml b/.github/workflows/giffy_dialog.yaml
index d1a0d47..733ee62 100644
--- a/.github/workflows/giffy_dialog.yaml
+++ b/.github/workflows/giffy_dialog.yaml
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
@@ -58,7 +58,7 @@ jobs:
working-directory: example
steps:
- name: 📚 Git Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
From 86dd84cc468c9bfcb484a147fcfc6bf838bfe92e Mon Sep 17 00:00:00 2001
From: Sahil Kumar
Date: Tue, 12 Mar 2024 03:14:23 +0530
Subject: [PATCH 08/11] feat: bump min flutter version to 3.16.0
Signed-off-by: Sahil Kumar
---
.github/workflows/giffy_dialog.yaml | 2 --
CHANGELOG.md | 4 ++++
lib/src/entry_animation.dart | 4 ++--
lib/src/giffy_modal.dart | 11 +++++++----
pubspec.yaml | 4 ++--
test/giffy_dialog_test.dart | 17 +++++++++++------
6 files changed, 26 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/giffy_dialog.yaml b/.github/workflows/giffy_dialog.yaml
index 733ee62..42d3b72 100644
--- a/.github/workflows/giffy_dialog.yaml
+++ b/.github/workflows/giffy_dialog.yaml
@@ -25,7 +25,6 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
- flutter-version: 3.10.0
channel: stable
cache: true
@@ -63,7 +62,6 @@ jobs:
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
- flutter-version: 3.10.0
channel: stable
cache: true
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a17181d..0d82a15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## Upcoming
+
+- Bump minimum Flutter version to 3.16.0.
+
## 2.0.0+2
- Fix README.md gif links.
diff --git a/lib/src/entry_animation.dart b/lib/src/entry_animation.dart
index fd9d024..6594094 100644
--- a/lib/src/entry_animation.dart
+++ b/lib/src/entry_animation.dart
@@ -62,10 +62,10 @@ extension on EntryAnimation {
class EntryAnimatedContainer extends StatefulWidget {
/// Creates a [EntryAnimatedContainer].
const EntryAnimatedContainer({
- Key? key,
+ super.key,
this.animation = EntryAnimation.none,
required this.child,
- }) : super(key: key);
+ });
/// Defines the entry animation.
///
diff --git a/lib/src/giffy_modal.dart b/lib/src/giffy_modal.dart
index f562ec6..a6a7972 100644
--- a/lib/src/giffy_modal.dart
+++ b/lib/src/giffy_modal.dart
@@ -327,9 +327,12 @@ class GiffyModal extends StatelessWidget {
// The paddingScaleFactor is used to adjust the padding of modal's
// children.
- final paddingScaleFactor =
- _paddingScaleFactor(MediaQuery.of(context).textScaleFactor);
- final textDirection = Directionality.maybeOf(context);
+ const double fontSizeToScale = 14.0;
+ final double effectiveTextScale =
+ MediaQuery.textScalerOf(context).scale(fontSizeToScale) /
+ fontSizeToScale;
+ final double paddingScaleFactor = _scalePadding(effectiveTextScale);
+ final TextDirection? textDirection = Directionality.maybeOf(context);
final bool belowIsTitle = title != null;
final bool belowIsContent = !belowIsTitle && content != null;
@@ -486,7 +489,7 @@ class GiffyModal extends StatelessWidget {
}
}
-double _paddingScaleFactor(double textScaleFactor) {
+double _scalePadding(double textScaleFactor) {
final double clampedTextScaleFactor = clampDouble(textScaleFactor, 1.0, 2.0);
// The final padding scale factor is clamped between 1/3 and 1. For example,
// a non-scaled padding of 24 will produce a padding between 24 and 8.
diff --git a/pubspec.yaml b/pubspec.yaml
index aa08937..31222e8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -6,8 +6,8 @@ repository: https://github.com/xsahil03x/giffy_dialog
issue_tracker: https://github.com/xsahil03x/giffy_dialog/issues
environment:
- sdk: ">=2.18.0 <4.0.0"
- flutter: ">=3.3.0"
+ sdk: ">=3.2.0 <4.0.0"
+ flutter: ">=3.16.0"
dependencies:
flutter:
diff --git a/test/giffy_dialog_test.dart b/test/giffy_dialog_test.dart
index f6f9484..58e81ef 100644
--- a/test/giffy_dialog_test.dart
+++ b/test/giffy_dialog_test.dart
@@ -20,9 +20,9 @@ MaterialApp _buildAppWithDialog(
showDialog(
context: context,
builder: (BuildContext context) {
- return MediaQuery(
- data: MediaQuery.of(context)
- .copyWith(textScaleFactor: textScaleFactor),
+ return MediaQuery.withClampedTextScaling(
+ minScaleFactor: textScaleFactor,
+ maxScaleFactor: textScaleFactor,
child: dialog,
);
},
@@ -241,17 +241,21 @@ void main() {
});
testWidgets('Null giffyDialog shape', (WidgetTester tester) async {
+ final ThemeData theme = ThemeData();
const GiffyDialog dialog = GiffyDialog(
giffy: Icon(Icons.ac_unit),
actions: [],
);
- await tester.pumpWidget(_buildAppWithDialog(dialog));
+ await tester.pumpWidget(_buildAppWithDialog(dialog, theme: theme));
await tester.tap(find.text('X'));
await tester.pumpAndSettle();
final Material materialWidget = _getMaterialFromDialog(tester);
- expect(materialWidget.shape, _defaultM2DialogShape);
+ expect(
+ materialWidget.shape,
+ theme.useMaterial3 ? _defaultM3DialogShape : _defaultM2DialogShape,
+ );
});
testWidgets('Rectangular giffyDialog shape', (WidgetTester tester) async {
@@ -493,7 +497,7 @@ void main() {
);
await tester.pumpWidget(
- _buildAppWithDialog(dialog),
+ _buildAppWithDialog(dialog, theme: ThemeData(useMaterial3: false)),
);
await tester.tap(find.text('X'));
@@ -1605,6 +1609,7 @@ void main() {
Widget buildFrame(MainAxisAlignment? alignment) {
return MaterialApp(
+ theme: ThemeData(useMaterial3: false),
home: Scaffold(
body: GiffyDialog(
giffy: const SizedBox(),
From 99bf5a6edf90ca826e96e0933c44cd597175c48f Mon Sep 17 00:00:00 2001
From: Sahil Kumar
Date: Tue, 12 Mar 2024 03:18:48 +0530
Subject: [PATCH 09/11] feat: bump deps
Signed-off-by: Sahil Kumar
---
CHANGELOG.md | 2 ++
pubspec.yaml | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d82a15..8eb8fcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
## Upcoming
+- Bump rive version to ^0.13.0.
+- Bump lottie version to ^3.0.0.
- Bump minimum Flutter version to 3.16.0.
## 2.0.0+2
diff --git a/pubspec.yaml b/pubspec.yaml
index 31222e8..6e04b7a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -12,13 +12,13 @@ environment:
dependencies:
flutter:
sdk: flutter
- rive: ^0.11.3
- lottie: ^2.4.0
+ rive: ^0.13.0
+ lottie: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
- flutter_lints: ^2.0.0
+ flutter_lints: ^3.0.0
topics:
- dialog
From 4bc5f8b64891b988908b9d5db5dfd12e298e907c Mon Sep 17 00:00:00 2001
From: Sahil Kumar
Date: Tue, 12 Mar 2024 03:19:51 +0530
Subject: [PATCH 10/11] feat: bump example environment
Signed-off-by: Sahil Kumar
---
example/pubspec.lock | 316 -------------------------------------------
example/pubspec.yaml | 3 +-
2 files changed, 2 insertions(+), 317 deletions(-)
delete mode 100644 example/pubspec.lock
diff --git a/example/pubspec.lock b/example/pubspec.lock
deleted file mode 100644
index 2d967af..0000000
--- a/example/pubspec.lock
+++ /dev/null
@@ -1,316 +0,0 @@
-# Generated by pub
-# See https://dart.dev/tools/pub/glossary#lockfile
-packages:
- archive:
- dependency: transitive
- description:
- name: archive
- sha256: d6347d54a2d8028e0437e3c099f66fdb8ae02c4720c1e7534c9f24c10351f85d
- url: "https://pub.dev"
- source: hosted
- version: "3.3.6"
- async:
- dependency: transitive
- description:
- name: async
- sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
- url: "https://pub.dev"
- source: hosted
- version: "2.10.0"
- characters:
- dependency: transitive
- description:
- name: characters
- sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
- url: "https://pub.dev"
- source: hosted
- version: "1.2.1"
- collection:
- dependency: transitive
- description:
- name: collection
- sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
- url: "https://pub.dev"
- source: hosted
- version: "1.17.0"
- convert:
- dependency: transitive
- description:
- name: convert
- sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
- url: "https://pub.dev"
- source: hosted
- version: "3.1.1"
- crypto:
- dependency: transitive
- description:
- name: crypto
- sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67
- url: "https://pub.dev"
- source: hosted
- version: "3.0.2"
- ffi:
- dependency: transitive
- description:
- name: ffi
- sha256: a38574032c5f1dd06c4aee541789906c12ccaab8ba01446e800d9c5b79c4a978
- url: "https://pub.dev"
- source: hosted
- version: "2.0.1"
- file:
- dependency: transitive
- description:
- name: file
- sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
- url: "https://pub.dev"
- source: hosted
- version: "6.1.4"
- flutter:
- dependency: "direct main"
- description: flutter
- source: sdk
- version: "0.0.0"
- flutter_web_plugins:
- dependency: transitive
- description: flutter
- source: sdk
- version: "0.0.0"
- giffy_dialog:
- dependency: "direct main"
- description:
- path: ".."
- relative: true
- source: path
- version: "1.8.0"
- google_fonts:
- dependency: "direct main"
- description:
- name: google_fonts
- sha256: "927573f2e8a8d65c17931e21918ad0ab0666b1b636537de7c4932bdb487b190f"
- url: "https://pub.dev"
- source: hosted
- version: "4.0.3"
- graphs:
- dependency: transitive
- description:
- name: graphs
- sha256: f9e130f3259f52d26f0cfc0e964513796dafed572fa52e45d2f8d6ca14db39b2
- url: "https://pub.dev"
- source: hosted
- version: "2.2.0"
- http:
- dependency: transitive
- description:
- name: http
- sha256: "6aa2946395183537c8b880962d935877325d6a09a2867c3970c05c0fed6ac482"
- url: "https://pub.dev"
- source: hosted
- version: "0.13.5"
- http_parser:
- dependency: transitive
- description:
- name: http_parser
- sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
- url: "https://pub.dev"
- source: hosted
- version: "4.0.2"
- js:
- dependency: transitive
- description:
- name: js
- sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
- url: "https://pub.dev"
- source: hosted
- version: "0.6.5"
- lottie:
- dependency: transitive
- description:
- name: lottie
- sha256: "49bbc544e44bf0c734ccda29b182e3516a12f5021ea98b206cf31a168b0f97da"
- url: "https://pub.dev"
- source: hosted
- version: "2.2.0"
- material_color_utilities:
- dependency: transitive
- description:
- name: material_color_utilities
- sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
- url: "https://pub.dev"
- source: hosted
- version: "0.2.0"
- meta:
- dependency: transitive
- description:
- name: meta
- sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
- url: "https://pub.dev"
- source: hosted
- version: "1.8.0"
- path:
- dependency: transitive
- description:
- name: path
- sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
- url: "https://pub.dev"
- source: hosted
- version: "1.8.2"
- path_provider:
- dependency: transitive
- description:
- name: path_provider
- sha256: "04890b994ee89bfa80bf3080bfec40d5a92c5c7a785ebb02c13084a099d2b6f9"
- url: "https://pub.dev"
- source: hosted
- version: "2.0.13"
- path_provider_android:
- dependency: transitive
- description:
- name: path_provider_android
- sha256: "7623b7d4be0f0f7d9a8b5ee6879fc13e4522d4c875ab86801dee4af32b54b83e"
- url: "https://pub.dev"
- source: hosted
- version: "2.0.23"
- path_provider_foundation:
- dependency: transitive
- description:
- name: path_provider_foundation
- sha256: eec003594f19fe2456ea965ae36b3fc967bc5005f508890aafe31fa75e41d972
- url: "https://pub.dev"
- source: hosted
- version: "2.1.2"
- path_provider_linux:
- dependency: transitive
- description:
- name: path_provider_linux
- sha256: "525ad5e07622d19447ad740b1ed5070031f7a5437f44355ae915ff56e986429a"
- url: "https://pub.dev"
- source: hosted
- version: "2.1.9"
- path_provider_platform_interface:
- dependency: transitive
- description:
- name: path_provider_platform_interface
- sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec"
- url: "https://pub.dev"
- source: hosted
- version: "2.0.6"
- path_provider_windows:
- dependency: transitive
- description:
- name: path_provider_windows
- sha256: "642ddf65fde5404f83267e8459ddb4556316d3ee6d511ed193357e25caa3632d"
- url: "https://pub.dev"
- source: hosted
- version: "2.1.4"
- platform:
- dependency: transitive
- description:
- name: platform
- sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
- url: "https://pub.dev"
- source: hosted
- version: "3.1.0"
- plugin_platform_interface:
- dependency: transitive
- description:
- name: plugin_platform_interface
- sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
- url: "https://pub.dev"
- source: hosted
- version: "2.1.4"
- pointycastle:
- dependency: transitive
- description:
- name: pointycastle
- sha256: db7306cf0249f838d1a24af52b5a5887c5bf7f31d8bb4e827d071dc0939ad346
- url: "https://pub.dev"
- source: hosted
- version: "3.6.2"
- process:
- dependency: transitive
- description:
- name: process
- sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
- url: "https://pub.dev"
- source: hosted
- version: "4.2.4"
- rive:
- dependency: transitive
- description:
- name: rive
- sha256: "21b9364d578d3f55f36e18da0235f58adf26edc328505e9bac1824f1bb297f33"
- url: "https://pub.dev"
- source: hosted
- version: "0.10.2"
- rive_common:
- dependency: transitive
- description:
- name: rive_common
- sha256: f98a451a5d6c8c82693b4eab1dd65413800bab69ac7f9f8fad79fd39bb5ba3ab
- url: "https://pub.dev"
- source: hosted
- version: "0.0.2"
- sky_engine:
- dependency: transitive
- description: flutter
- source: sdk
- version: "0.0.99"
- source_span:
- dependency: transitive
- description:
- name: source_span
- sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
- url: "https://pub.dev"
- source: hosted
- version: "1.9.1"
- string_scanner:
- dependency: transitive
- description:
- name: string_scanner
- sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
- url: "https://pub.dev"
- source: hosted
- version: "1.2.0"
- term_glyph:
- dependency: transitive
- description:
- name: term_glyph
- sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
- url: "https://pub.dev"
- source: hosted
- version: "1.2.1"
- typed_data:
- dependency: transitive
- description:
- name: typed_data
- sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5"
- url: "https://pub.dev"
- source: hosted
- version: "1.3.1"
- vector_math:
- dependency: transitive
- description:
- name: vector_math
- sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
- url: "https://pub.dev"
- source: hosted
- version: "2.1.4"
- win32:
- dependency: transitive
- description:
- name: win32
- sha256: c9ebe7ee4ab0c2194e65d3a07d8c54c5d00bb001b76081c4a04cdb8448b59e46
- url: "https://pub.dev"
- source: hosted
- version: "3.1.3"
- xdg_directories:
- dependency: transitive
- description:
- name: xdg_directories
- sha256: ee1505df1426458f7f60aac270645098d318a8b4766d85fde75f76f2e21807d1
- url: "https://pub.dev"
- source: hosted
- version: "1.0.0"
-sdks:
- dart: ">=2.18.0 <4.0.0"
- flutter: ">=3.3.0"
diff --git a/example/pubspec.yaml b/example/pubspec.yaml
index cd5081d..67f151a 100644
--- a/example/pubspec.yaml
+++ b/example/pubspec.yaml
@@ -5,7 +5,8 @@ publish_to: 'none'
version: 1.0.0+1
environment:
- sdk: ">=2.18.0 <4.0.0"
+ sdk: ">=3.2.0 <4.0.0"
+ flutter: ">=3.16.0"
dependencies:
flutter:
From 6c4852cbacbabe82d672f88b9fd1e30a2f9c2876 Mon Sep 17 00:00:00 2001
From: Sahil Kumar
Date: Tue, 12 Mar 2024 03:27:11 +0530
Subject: [PATCH 11/11] release: v2.1.0 (#103)
Signed-off-by: Sahil Kumar
---
CHANGELOG.md | 2 +-
pubspec.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8eb8fcb..e43f9ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Upcoming
+## 2.1.0
- Bump rive version to ^0.13.0.
- Bump lottie version to ^3.0.0.
diff --git a/pubspec.yaml b/pubspec.yaml
index 6e04b7a..69a7a37 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+2
+version: 2.1.0
repository: https://github.com/xsahil03x/giffy_dialog
issue_tracker: https://github.com/xsahil03x/giffy_dialog/issues