quickstart 0.1.0-5.dev
quickstart: ^0.1.0-5.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-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
BuildNumberWidget
to show the build number in settings if--dart-define=build=...
is set. - Added
QuickDelegate.getTabIcon()
. - Renamed
QuickDelegate.authProviders
to.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
,Iterable
extensions,H2
. - Merging the app's own localization strings into easy_localization's.
- Made
Toast.description
optional. - Changed the header padding.
0.1.0-2.dev #
- Added
QuickDelegate.routeInformationParser
. - Made
QuickScaffold.delegate
optional. - Exported
QuickScaffold
,QuickSettingsPage
,QuickSettingsPath
,QuickPageFactory
,QuickThemeExtension
,QuickPadding
,SmallCircularProgressIndicator
.
0.1.0-1.dev #
- Initial release.