flutter_easy_dialogs 1.1.0 flutter_easy_dialogs: ^1.1.0 copied to clipboard
Easy, lightweight and flexible service for showing dialogs inside your Flutter application.
1.1.0 #
- Fixed typos
- Refactored project structure
Agents
renamed toManagers
- Added
BlockAndroidBackButtonMixin
andSingleAutoDisposalControllerMixin
with tests - Reworked inserting/removing dialogs in overlay
- Provided tests on insert/remove strategies
1.0.8 #
- Fixed typos
- Removed auto opacity apply to provided color (FullScreenBlur)
- FullScreen renamed to EasyFullScreen and is public now
- Transitions are public now
- Removed default modal banner color
- BREAKING: Reworked
CustomAgents
API
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