- Dropping firebase auth and firestore CRUD setup scripts in favor of flutter_firebase_starter project
- Null safety support
- 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
- Google services version upgraded
- Auth mock files updated to work with latest version of provider library
- Bug fixing
- Certain validations
- Stock files updated, renamed .temp to prevent analysis of while publishing
- Firestore CRUD boilerplate automation
- fixing bugs
- Upgrading plugins to latest versions
- Adding api documentation
- 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
- Authentication now supports Signup
- Authentication UIs updated
- Authentication now properly displays auth errors in snackbar