djangoflow_app 2.0.7 djangoflow_app: ^2.0.7 copied to clipboard
Djagoflow app with firebase support.
2.0.7 - 15 Sep 2022 #
- added routerInformationParser argument to app to allow override default
2.0.6 - 14 Sep 2022 #
- Added
AutoRouteObserver()
by default in the routernavigatorObservers
list as needed for listening to route changes from specific screens.
2.0.5 - 14 Sep 2022 #
- Fixed
navigatorObservers
not working when provided withApp
widget
2.0.4 - 5 Sep 2022 #
- replaced
disable
withdisableFacebook
,disableFirebase
anddisableMixpanel
2.0.3 - 2 Sep 2022 #
- added router to the builder
2.0.2 - 2 Sep 2022 #
- replace router with routerBuilder
2.0.0 - 2 Sep 2022 #
- dependencies upgrade
1.0.5 - Sep 2022 #
- sentry release to include the build number
1.0.4 - Sep 2022 #
- added onStart callback
1.0.2 - 31 Aug 2022 #
PackageInfo
is static now within AppCubit. Instead ofAppCubit.instance.packageInfo
it is nowAppCubit.packageInfo
1.0.1 - 17 Aug 2022 #
- Updated Firebase dependencies.
1.0.0 - 17 Aug 2022 #
- Initial release