flutter_easy_dialogs 1.0.7 flutter_easy_dialogs: ^1.0.7 copied to clipboard
Easy, lightweight and flexible service for showing dialogs inside your Flutter application.
1.0.7 #
- Fixed case, when overlay entry was not removed
1.0.6 #
- Fixed modal banner decoration and some typos
1.0.5 #
- Removed pointless assert for dismissible callback
1.0.4 #
- Updated description
1.0.3 #
- Fixed not specified showBanner params (padding, margin, backgroundColor, borderRadius)
1.0.2 #
- Removed typo in folder name. Updated readme
1.0.1 #
- Updated readme
1.0.0 #
- BREAKING: FlutterEasyDialogs.of(context) method for getting dialogsController replaced with static get method based on GlobalKey. EasyDialogsController is now available in any place of the app.
0.0.2 #
- Description changed
0.0.1 #
- Initial release