flutter_easy_dialogs 2.0.8+1 flutter_easy_dialogs: ^2.0.8+1 copied to clipboard
Easy, lightweight and flexible service for showing dialogs inside your Flutter application.
2.0.8+1 #
- Updated README.MD
2.0.8 #
- Fixed FlutterEasyDialogs export
2.0.7+3 #
- Fixed repository link
2.0.7+2 #
- Updated readme
2.0.7+1 #
- Fixed readme typos
2.0.7 #
- Fixed readme typos
2.0.6 #
- Fixed readme typos
2.0.5 #
-
Provider is now public as there is no opportunity to make static extension methods in Dart.
-
Readme updated.
2.0.4 #
-
Readme updated.
-
IEasyDialogManagerController
replaced withIEasyDialogsManagerProvider
as it makes more sense now. -
The controller property of FlutterEasyDialogs has been removed, and replaced with a simple use method.
-
Renamed
IEasyDialogsManagerRegistrar
toIEasyDialogsManagerRegistry
.
2.0.3 #
- Readme update
2.0.2 #
- Readme changes
2.0.0 #
- Major release
2.0.1-alpha-2 #
- Reworked animators, shells, dismissibles.
- Moved managers to separated packages.
- Reworked usage/register api.
2.0.1-alpha #
- Updated README.md
2.0.0-alpha (Breaking changes) #
- Completely redesigned API and project structure
- BREAKING:
showModalBanner
,hideModalBanner
,hideAllBanners
,hideBanner
,showBanner
are deprecated now and will be removed in 2.1.0 - BREAKING: Removed theming
- BREAKING: New providing animations approach. Previous will be removed in 2.1.0
- Covered with tests
EasyAnimationSettings
renamed toEasyAnimationConfiguration
and extended. ProvidedFullScreenDialogManager
andPositionedDialogManager
usage of this- Increased test coverage
- BREAKING: Removed unnecessary factories
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