- Notifications
You must be signed in to change notification settings - Fork14
An automation package for flutter firebase auth, android signing, google maps and more coming soon
License
lohanidamodar/flutter_automation
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This package contains various automation scripts that will help you automate various aspects of your flutter project.
To use this plugin, addflutter_automation as adependency in your pubspec.yaml file.
From terminal in your flutter project run,
flutter pub pub run flutter_automation --firebase-auth --google-maps --android-sign --firestore-crudThis sets up firebase authentication with google and email based login automatically in your flutter project. Also copies boilerplate login ui flow usingprovider package for state management
flutter pub pub run flutter_automation --firebase-authsets up google maps flutter plugin on android platform in a flutter project.
After you run the script in your flutter project you need to modifyandroid/app/src/main/res/values/strings.xml file changing the textYOUR_API_KEY to your actual google maps Api key.
flutter pub pub run flutter_automation --google-mapsGenerates keystore and sets up android signing config in your flutter project.
It useskeytool to generate keystore so, for this script to workkeytool must be in path.
flutter pub pub run flutter_automation --android-signProvides a simple firestore CRUD operation boilerplate
flutter pub pub run flutter_automation --firestore-crudAbout
An automation package for flutter firebase auth, android signing, google maps and more coming soon
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.