djangoflow_app 7.0.2
djangoflow_app: ^7.0.2 copied to clipboard
A simple, opinionated, and minimal Flutter application structure for quick start and easy maintenance.
6.0.0 #
Note: This release has breaking changes.
- BREAKING REFACTOR: Update DjangoflowAppRunner to handle null root widget. (9059c18c)
5.0.3 #
- REFACTOR: Update DjangoflowAppSnackbar to use a centralized method for showing snackbars. (71a36554)
5.0.1 #
5.0.0 #
Note: This release has breaking changes.
- BREAKING REFACTOR: update dependencies and sdk constraints. (649ad55c)
3.7.1 #
3.6.0 #
3.5.0 #
3.2.0 14 June 2023 #
- Updated dependencies
3.1.0 20 March 2023 #
- Update dependencies
- Make
repositoryProvidersnullable
3.0.1 10 Feb 2023 #
- Add setting intial state for AppCubit via
AppCubit.intialState = AppState()
3.0.0 25 Jan 2023 #
BREAKING CHANGES
- Removed
AppAnalytics,Appwidgets - Removed
auto_route,sentry_flutter,app_tracking_transparency,facebook_app_events,firebase_analytics,mixpanel_flutterdependencies and decoupled their features. - Introduced
AppBuilder,AppCubitBuilder,DjangoflowAppRunner,DjangoflowAppSnackbar, widgets. - Optional listeners
3.0.0-dev 15 Jan 2023 #
BREAKING CHANGES
- Removed
AppAnalytics,Appwidgets - Removed
auto_route,sentry_flutter,app_tracking_transparency,facebook_app_events,firebase_analytics,mixpanel_flutterdependencies and decoupled their features. - Introduced
AppBuilder,AppCubitBuilder,DjangoflowAppRunner,DjangoflowAppSnackbar, widgets.
2.1.2 22 Dec 2022 #
- Implemented
updateDefaultParamsmethod forAnalytics
2.1.1 15 Nov 2022 #
- Updated flutter_sentry to latest
2.1.0 26 Oct 2022 #
- Updated depdencies to latest
2.0.8 15 Sep 2022 #
- added routeLocationRewriter argument to app to allow override default
2.0.6 14 Sep 2022 #
- Added
AutoRouteObserver()by default in the routernavigatorObserverslist as needed for listening to route changes from specific screens.
2.0.5 14 Sep 2022 #
- Fixed
navigatorObserversnot working when provided withAppwidget
2.0.4 5 Sep 2022 #
- replaced
disablewithdisableFacebook,disableFirebaseanddisableMixpanel
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 #
PackageInfois static now within AppCubit. Instead ofAppCubit.instance.packageInfoit is nowAppCubit.packageInfo
1.0.1 17 Aug 2022 #
- Updated Firebase dependencies.
1.0.0 17 Aug 2022 #
- Initial release