Installing
To add Scope to your project...
Depend on it
Run this command from your package root.
With Dart:
This will add a line like this to your package's pubspec.yaml (and run dart pub get
):
Import it
Now in your Dart code add:
Last updated