app_dev_config 0.0.5 copy "app_dev_config: ^0.0.5" to clipboard
app_dev_config: ^0.0.5 copied to clipboard

discontinued

Make modifications that are normally made to a platform native files from the 'pubspec.yaml'.

example/example.md

App Dev Config - Example #

In pubspec.yaml file. #

dev_dependencies:
  app_dev_config: any

In app_dev_config.yaml file. #

You must create this file if you want use it. Also you can use the pubspec.yaml file.

app_dev_config:
  launcher_name: My Flutter App
  permissions:
    - internet
    - read_internal_storage
    - write_internal_storage

In the terminal: #

flutter pub get
flutter pub run app_dev_config

Done 👍 #

1
likes
160
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Make modifications that are normally made to a platform native files from the 'pubspec.yaml'.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, path, yaml

More

Packages that depend on app_dev_config