quickstart 0.1.0-11.dev
quickstart: ^0.1.0-11.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-11.dev #
- Taking stills in
VideoFileControlleron web. - Added
Validator.validateMapNotEmpty(). - Added input and confirm dialogs.
- Handling a cloud function call result.
- Added
UserpicWidget. - Exported
BuildContext.isMobileScreen().
0.1.0-10.dev #
- Added
SlugEditingController,SlugTextField,Validator.validateSlug(). - Added
Validator.validateStringLength(). - Narrow view in
SettingsTableWidget. - Taking stills in
VideoFileController. - Fixed
ImageSelectorfor iOS.
0.1.0-9.dev #
- Added
QuickValidatorandQuickValidatorMixin. - Added
FileController.saveToFirebase(),.markForDeletion(),.extension,.fileName,.setXFile(). - Added
GroupedCollectionController.setItemsAndGroups(). - Added
QuickScaffold.fillter. - Added "Don't Save" button wherever "Save" button shows.
- Made
routerDelegatea public variable. - Added
UploadTask.toProgressFuture()extension method. - Added
String.toPseudoRandomColor()extension method. - Added
DeleteButtontoImageSelectorandVideoSelector, added glow around the selectors' buttons. - Added
SaveToEditPlaceholder,ProgressDialog,QuickDialog. - Added
SmallCircularProgressIndicator.value. - Added
LoaderValueNotifier,LoaderDropdownButton. - Added
saveToFirebaseStorage(),deleteInFirebaseStorage(),UploadTask.toProgressFuture()extension method. - Added
String.toPseudoRandomColor()extension method. - Changed how
EasyLocalizationlistens to the language fromSettingsNotifier.
0.1.0-8.dev #
- Added
FileController,VideoFileController,ImageSelector,VideoSelector. - Removed
firebase_analyticsbecause of a bug.
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.