flutter_automation 2.0.0
flutter_automation: ^2.0.0 copied to clipboard
A flutter package that provides various automation scripts to help you with your flutter project.
2.0.0 #
- Dropping firebase auth and firestore CRUD setup scripts in favor of flutter_firebase_starter project
- Null safety support
1.4.0 #
- Have added
gen
command to generate directory and common files for a modified tdd structure - Fixed adding multiple instance of plugins if already exists
- Made all functions private
1.3.3 #
- Google services version upgraded
1.3.2 #
- Auth mock files updated to work with latest version of provider library
1.1.4 Changes in stock files #
- Bug fixing
- Certain validations
- Stock files updated, renamed .temp to prevent analysis of while publishing
1.2.0 Firestore CRUD boilerplate #
- Firestore CRUD boilerplate automation
1.2.1 #
- fixing bugs
1.2.2 #
- Upgrading plugins to latest versions
- Adding api documentation
1.3.0 #
- Always get the latest version of plugin using the pub.dev API
- If the http request fails, it still adds the preset default version of the plugins
1.3.1 #
- Authentication now supports Signup
- Authentication UIs updated
- Authentication now properly displays auth errors in snackbar