flutter_automation 1.0.0 flutter_automation: ^1.0.0 copied to clipboard
A flutter package that provides various automation scripts to help you with your flutter project.
Flutter Automation #
This package contains various automation scripts that will help you automate various aspects of your flutter project.
Usage #
To use this plugin, add flutter_automation
as a dependency in your pubspec.yaml file.
Running scripts #
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 using provider
package for state management
From terminal in your flutter project run,
flutter pub pub run flutter_automation -f