brand_forge 0.0.3
brand_forge: ^0.0.3 copied to clipboard
A flutter package to change app name and icon via command line.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add brand_forgeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
brand_forge: ^0.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:brand_forge/brand_forge.dart';