quickstart 0.1.0-7.dev
quickstart: ^0.1.0-7.dev copied to clipboard
A prototype for your app with routing, tabs, bottom navigation, header, footer, logo, menu, language switch, Firebase authentication, and more. Set up in seconds.
0.1.0-7.dev #
- Renamed
GroupedGridControllertoGroupedCollectionController. - Added
LazyLoadListView,MultilingualTextEditingController,QuickEditorMode,QuickSettingsContent,QuickStartLocaleIterableExtension.
0.1.0-6.dev #
- Support model_fetch 0.6.0-5.dev and model_fetch_firestore 0.6.0-6.dev.
- Added
AuthenticationBuilder. - Added
SmallCircularProgressIndicatortoGroupedGrid.
0.1.0-5.dev #
- Added
GroupedGridWidget,GroupedGridController, and model groupers. - When clicked the logo, first scroll to the top if possible.
0.1.0-4.dev #
- Using google_sign_in for Google sign-in on non-web.
- Calling
FirebaseAuth.signInWithProvider()instead of.signInWithPopup()for non-web for providers other than Google. - Added
BuildNumberWidgetto show the build number in settings if--dart-define=build=...is set. - Added
QuickDelegate.getTabIcon(). - Renamed
QuickDelegate.authProvidersto.authProviderIds. - Renamed
AuthenticationNotifier.signIn()to.signInWithProviderId().
0.1.0-3.dev #
- Added
AuthenticationNotifier. - Added
QuickDelegate.addSpacing(),.buildFooter(),.buildLogo(). - Added
quickTr()to aMap<String, String>extension to pick a translation from a map of localized strings. - Exported
Toast,ToastType,ToastNotifer,Iterableextensions,H2. - Merging the app's own localization strings into easy_localization's.
- Made
Toast.descriptionoptional. - Changed the header padding.
0.1.0-2.dev #
- Added
QuickDelegate.routeInformationParser. - Made
QuickScaffold.delegateoptional. - Exported
QuickScaffold,QuickSettingsPage,QuickSettingsPath,QuickPageFactory,QuickThemeExtension,QuickPadding,SmallCircularProgressIndicator.
0.1.0-1.dev #
- Initial release.