flutter_dropdown_alert 1.0.7
flutter_dropdown_alert: ^1.0.7 copied to clipboard
A dropdown alert package for flutter, help user notify the alert like push notification when call api success, fail or waring.
0.0.1 TODO: Add first version release. #
- Add first version.
0.0.2 TODO: Remove some class not use. #
- Remove some class not use.
0.0.3 TODO: Add feature. #
- Add freeze alert when delayDismiss = 0.
0.0.4 TODO: Update doc. #
- Update doc.
0.0.5 TODO: Add feature. #
- Add drag up to dismiss alert
0.0.6 TODO: Refactor AlertController #
- Remove instance of controller
0.0.7 TODO: Add position #
- Add position of alert at TOP and BOTTOM
0.0.8 TODO: Fixes some bug #
- Fixes some bug
0.0.9 TODO: Fixes some bug #
- Fixes some bug
1.0.0 TODO: Support null safety #
- Support null safety, flutter 2.x
1.0.1 TODO: Update readme #
- Update readme
1.0.2 TODO: Update readme #
- Update more example
1.0.3 TODO: Improvement, add unit testing #
- Add unit testing: https://github.com/vantuan88291/flutter_dropdown_alert/pull/2 (Contributor: trunghieuvn)
- Fix issue #3: When empty title or message, its will at center vertical
1.0.4 TODO: Fix bug null value when press alert #
- Fix issue #6: Null check operator used on a null value when press alert
1.0.5 TODO: Add avoidBottomInset #
- Merge pull request #7 by @nathanielajayi7
1.0.6 TODO: Avoid Keyboard when showing from bottom #
- Merge pull request #8 by @nathanielajayi7