petracore_flutter_frontend_starter 1.0.3
petracore_flutter_frontend_starter: ^1.0.3 copied to clipboard
A powerful CLI tool and package for generating Flutter projects with clean architecture, Firebase integration, and best practices.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate petracore_flutter_frontend_starter
Use it
The package has the following executables:
$ petracore
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add petracore_flutter_frontend_starter
With Flutter:
$ flutter pub add petracore_flutter_frontend_starter
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
petracore_flutter_frontend_starter: ^1.0.3
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:petracore_flutter_frontend_starter/petracore_flutter_frontend_starter.dart';