File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.0
2+
3+ - Support Flutter 3.16
4+ - ` onWillPop ` is deleted, and ` canPop ` /` onPopInvoked ` is added instead
5+ - Migrate to PopScope from WillPopScope
6+ - https://docs.flutter.dev/release/breaking-changes/android-predictive-back
7+
18## 1.10.1
29
310- Fix TextStyle of showConfirmationDialog/showModalActionSheet (#124 )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ packages:
1515 path: ".."
1616 relative: true
1717 source: path
18- version: "1.10.1 "
18+ version: "2.0.0 "
1919 analyzer:
2020 dependency: transitive
2121 description:
Original file line number Diff line number Diff line change 11name : adaptive_dialog
22description : Show alert dialog or modal action sheet adaptively according to platform.
3- version : 1.10.1
3+ version : 2.0.0
44repository : https://github.com/mono0926/adaptive_dialog
55funding :
66 - https://github.com/sponsors/mono0926
You can’t perform that action at this time.
0 commit comments