flutter_app_config 1.0.1
flutter_app_config: ^1.0.1 copied to clipboard
Configure app name, icon, version, and splash screen directly from pubspec.yaml. Save 30-60 minutes of manual setup with automatic Android/iOS configuration. Flutter logo included. One command setup.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate flutter_app_configUse it
The package has the following executables:
$ flutter_app_config
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_app_configThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_app_config: ^1.0.1Alternatively, 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:flutter_app_config/flutter_app_config.dart';