pubspec_runtime 0.0.2 copy "pubspec_runtime: ^0.0.2" to clipboard
pubspec_runtime: ^0.0.2 copied to clipboard

A Dart package that provides a simple way to manuplate the pubspec.yaml file at runtime.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubspec_runtime

With Flutter:

 $ flutter pub add pubspec_runtime

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

dependencies:
  pubspec_runtime: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pubspec_runtime/pubspec_runtime.dart';
1
likes
160
pub points
0%
popularity

Publisher

unverified uploader

A Dart package that provides a simple way to manuplate the pubspec.yaml file at runtime.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on pubspec_runtime