stacked_services 0.8.11 stacked_services: ^0.8.11 copied to clipboard
A package that contains some default implementations of services required for a cleaner implementation of the Stacked Architecture.
0.8.11 #
- Add
ignoreSafeArea
parameter toshowBottomSheet
andshowCustomSheet
, pass down toget
bottomSheet method
0.8.10 #
- Pass down generic types to
NavigationService
methods along with the properties relevant toget
router
0.8.9 #
- Exports
get
package
0.8.8 #
- Added generic type arguments for
OverlayResponse
andOverlayRequest
for dialogs and bottom sheets - Deprecated
responseData
and added new propertydata
that corresponds to that type provided - Added 2 generic type arguments for
showCustomDialog
andshowCustomSheet
- The first generic type argument for
showCustomDialog
fromDialogService
is intended for the responsedata
and the second generic type argument forshowCustomSheet
fromBottomSheetService
is intended for the request payloaddata
0.8.7 #
- Added
currentArguments
in NavigationService
0.8.6 #
- Fixes empty space on showSnackbar if title is not given
0.8.5 #
- Adds prevent duplicates and parameters to
NavigationService
0.8.4 #
- Adds support for TestSweets automation by providing keys
0.8.3 #
- Fixed where currentRoute in NavigationService was always null
routeObserver
fromStackedServices
needs to passed onnavigatorObservers
inMaterialApp
0.8.2 #
- Fixed barrierDismissible issue on BottomSheetService
0.8.1 #
Updates to latest version of get
0.8.0-nullsafety.1 #
- Migrates to null safety
0.7.3 #
- Removes the warning from the get package
- Complies with "Replaced reference to obsolete FlatButton button class in SnackBar"
- Support
ChangeNotifier
inReactiveServiceMixin
0.7.2 #
- Fixes a regression bug for allowing null title and content for a dialog
0.7.1+3 #
- Fixes onTap signature
0.7.1+2 #
- Fixes snackBar config null exception when using builder
0.7.1+1 #
- Removes requirement for config
0.7.1 #
- Adds
snackbarConfigBuilder
to allow for building the config at runtime instead of beforerunApp
is called
0.7.0 #
- Adds custom mainButtonBuilder to allow you to build a main button UI from the variant passed in
0.6.8 #
- Adds isOpen functionality
0.6.7 #
- Made dialog title or content optional
0.6.6 #
- Adds title and message textAlign to the config
0.6.5 #
- Allows for null title and message for custom snackbar
0.6.4 #
- Adds
isScrollControlled
to the bottom sheet function
0.6.3 #
- Adds
Color
to dialog service to set the color of the basic dialogs
0.6.2 #
- Adds functionality to allow to set isDismissible on the
BottomSheetService
0.6.1 #
- Introduces the new
StackedService
class with the navigation properties on it. This is introduced to remove the confusion around every service having a key to set. So going forward if you want to use any of the services you just set the navigatorKey on theStackedService
.
0.6.0+1 #
- Adds typed return for dialogs and sheets
0.6.0 #
- Adds bottom sheet service
- Adds dark theme for basic Material Dialogs
- Updates the way we complete Dialogs
0.5.4+5 #
- Updates get version to latest
0.5.4+4 #
- Adds an id to the
back
function on theNavigationService
for nested back calls.
0.5.4+3 #
- Adds type to the navigation key
0.5.4+2 #
- Adds barrier label to custom dialog
0.5.4+1 #
- Updated get version
0.5.4 #
- Exposes
currentRoute
in theNavigationService
0.5.3 #
- Exposes
previousRoute
in theNavigationService
0.5.2 #
- Changes Dialog response to a
dynamic
value instead ofList<dynamic>
0.5.1 #
Custom Dialog #
- Add ability, like Custom Snackbar, to registry multiple variants of dialog.
- Use variant term instead customData, I thins this is more clear then customData term to refer a specific type of Dialog
- Add a builder property to declare the UI.
- Rename registerCustomDialogUi to registerCustomDialogBuilder.
- Update documentation.
Custom Snackbar #
- Use variant term instead customData, like I said for Custom Dialog, I think this is more clear use the variant term instead customData to refer a specific.
- Normalize the name, instead registerCustomSnackbarconfig use the registerCustomSnackbarConfig.
- Update documentation.
0.5.0 - Custom Snackbar styling #
- Adds
SnackbarConfig
functionality and associated functions for custom snackbar styling
0.4.11 #
- Exposes
barrierDismssible
on showConfirmation dialog
0.4.10 #
- Adds null check to dialog service completer
0.4.9 #
- Completes dialogCompleter for confirmation dialog as well
0.4.8 #
- Completes dialogCompleter if the custom dialog is dismissed without the button tap
0.4.7 #
- Makes the dialog completer finish when dialog is dismissed using barrier dismissal
0.4.6 #
- Removed injectable
0.4.5 #
- Bumps injectable version
0.4.4+3 #
- Bumps get version
0.4.4+2 #
- Readme updates to include services in
0.4.4+1 #
- Adds id's to all navigation functions to reference correct nav key
0.4.4 #
- Exposes functionality for nested navigator keys
0.4.3 #
- Exposes barrierColor on the dialog service
0.4.2 #
- Adds barrierDismissable optional boolean
- Adds instantInit option to allow to show snackbar in initState function call
0.4.1 #
- Adds custom data parameter to dialog service
- Adds default values for show custom dialog
0.4.0 #
- Adds custom UI option to the dialog builder
0.3.4 #
- Added arguments into the navigation service for clearStackAndshow and others
0.3.3 #
- DialogService now uses DialogTheme of the context instead of TextTheme
0.3.2+1 #
- Makes use of offAllNamed from get for clear backstack functionality
0.3.2 #
- Fixed naming changes to be consistent with the function name
0.3.1+2 #
- When clearing stacking and showing we push instead of replace
0.3.1+1 #
- Provided route as the predicate for the "till" functions
0.3.1 #
- Expose get key through all services in case they are used on their own without navigation service
0.3.0+1 #
- Injectable version update
0.3.0 #
- Dialog Service now shows platform specific dialogs
- Get version bumped
- Services is now Flutter web compatible
0.2.4 #
- Fixed a null exception caused by 2.5.0 of get
0.2.3 #
- Exposed the navigate with transition and replace with transition functionalities
- Added
NavigationTransition
class to give transitions type safety and avoid using Get's enum value - Added a config function to set the default navigation behaviour
0.2.2+1 #
- Updated get package version
0.2.2 #
- Adds parameter for pop result to NavigationService
0.2.1+1 #
- Changelog style updates
0.2.1 #
- Moved private files into src folder as per package conventions
0.2.0+2 #
- Fixed a function name type in Navigation Service
0.2.0+1 #
- Updates webpage for package
0.2.0 #
- Expanded the Navigation Service functionality to expose more functionalities
0.1.0 #
- Initial commit with basic services
- Adds the
DialogService
,NavigationService
andSnackBarService