Skip to content

Commit 0ff8c2f

Browse files
committed
publish 4.9.8+10
1 parent a91ecf9 commit 0ff8c2f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Fix [#248](https://github.com/fluttercandies/flutter_smart_dialog/issues/248)
1212
* Fix [#253](https://github.com/fluttercandies/flutter_smart_dialog/issues/253)
1313
* Merge [#272](https://github.com/fluttercandies/flutter_smart_dialog/pull/272)
14+
* Fix [#280](https://github.com/fluttercandies/flutter_smart_dialog/issues/280)
1415

1516
* # [4.9.7+x]
1617
* optimize bindWidget, when bindWidget is not null, bindPage will be automatically set to false.

macos/Flutter/ephemeral/Flutter-Generated.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FLUTTER_ROOT=D:\Develop\SDK\flutter_sdk
33
FLUTTER_APPLICATION_PATH=D:\Develop\GitHub\flutter_smart_dialog
44
COCOAPODS_PARALLEL_CODE_SIGN=true
55
FLUTTER_BUILD_DIR=build
6-
FLUTTER_BUILD_NAME=4.9.7
6+
FLUTTER_BUILD_NAME=4.9.8
77
FLUTTER_BUILD_NUMBER=10
88
DART_OBFUSCATION=false
99
TRACK_WIDGET_CREATION=true

macos/Flutter/ephemeral/flutter_export_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export "FLUTTER_ROOT=D:\Develop\SDK\flutter_sdk"
44
export "FLUTTER_APPLICATION_PATH=D:\Develop\GitHub\flutter_smart_dialog"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_BUILD_DIR=build"
7-
export "FLUTTER_BUILD_NAME=4.9.7"
7+
export "FLUTTER_BUILD_NAME=4.9.8"
88
export "FLUTTER_BUILD_NUMBER=10"
99
export "DART_OBFUSCATION=false"
1010
export "TRACK_WIDGET_CREATION=true"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description:
33
An elegant Flutter Dialog solution,
44
Easily implement Toast, Loading and custom Dialog,
55
Make the use of the dialog easier!
6-
version: 4.9.8+9
6+
version: 4.9.8+10
77
homepage: https://github.com/fluttercandies/flutter_smart_dialog
88
# flutter pub publish --server=https://pub.dartlang.org
99
# flutter build web --release --base-href="/flutter_smart_dialog/web/"

0 commit comments

Comments
 (0)