Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An automation package for flutter firebase auth, android signing, google maps and more coming soon

License

NotificationsYou must be signed in to change notification settings

lohanidamodar/flutter_automation

Repository files navigation

This package contains various automation scripts that will help you automate various aspects of your flutter project.

Pub Package

Usage

To use this plugin, addflutter_automation as adependency in your pubspec.yaml file.

Running scripts

From terminal in your flutter project run,

flutter pub pub run flutter_automation --firebase-auth --google-maps --android-sign --firestore-crud

1. Firebase Auth

This 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-auth

2. Google Maps

sets 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-maps

3. Android Signing

Generates 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-sign

4. Firestore CRUD

Provides a simple firestore CRUD operation boilerplate

flutter pub pub run flutter_automation --firestore-crud

About

An automation package for flutter firebase auth, android signing, google maps and more coming soon

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp