grid_assets 0.1.0
grid_assets: ^0.1.0 copied to clipboard
The_grid's opinion assets: the agent/verify/land Capability impls, the code circuit, and the git SourceControl, extracted out of the opinion-free engine.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add grid_assetsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
grid_assets: ^0.1.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:grid_assets/grid_assets.dart';