app_config 0.0.1+5 copy "app_config: ^0.0.1+5" to clipboard
app_config: ^0.0.1+5 copied to clipboard

configure any flutter application with new app name, app package name for android and iOS and change assets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_config

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  app_config: ^0.0.1+5

Alternatively, 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:app_config/app_config.dart';
3
likes
110
pub points
42%
popularity

Publisher

unverified uploader

configure any flutter application with new app name, app package name for android and iOS and change assets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, cli_util, flutter, flutter_launcher_icons, flutter_native_splash, process_run, yaml

More

Packages that depend on app_config