configure 1.0.1 copy "configure: ^1.0.1" to clipboard
configure: ^1.0.1 copied to clipboard

Save configuration to JSON file

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add configure

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

dependencies:
  configure: ^1.0.1

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:configure/configure.dart';
1
likes
30
pub points
53%
popularity

Publisher

unverified uploader

Save configuration to JSON file

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on configure