Releases: mono0926/adaptive_dialog
Releases · mono0926/adaptive_dialog
2.4.2
2.4.1
2.4.0
- Changed to Flutter 3.27.0 and Dart 3.6.0 or higher
Full Changelog: 2.3.0...2.4.0
2.3.0
- Use SystemContextMenu for iOS
Full Changelog: 2.2.1...2.3.0
2.2.1
2.2.0
- Fix deprecated API use (ButtonBar, PopInvokedCallback)
onPopInvoked
should be migrated toonPopInvokedWithResult
- https://docs.flutter.dev/release/breaking-changes/popscope-with-result
- If you are using Flutter version below 3.24, please specify
adaptive_dialog: 2.1.0
as this version will cause a compilation error.- Corrected the dependency specification in version 2.2.1, but cannot be fixed the already released versions
Full Changelog: 2.1.0...2.2.0
2.1.0
2.0.0: Support Flutter 3.16
What's Changed
Full Changelog: 1.10.1...2.0.0
1.10.1
1.10.0: Add option to set toggleable for showConfirmDialog
What's Changed
- feat: Add option to set toggleable for showConfirmDialog by @koji-1009 in #123
New Contributors
- @koji-1009 made their first contribution in #123
Full Changelog: 1.9.0...1.10.0