grid_trajectory 0.1.2
grid_trajectory: ^0.1.2 copied to clipboard
Trajectory log substrate — record codec, fenced append client, service tick, and traj verbs (docs/design/trajectory/trajectory-schema.md). A leaf package: zero grid_* dependencies, by decision (grid-t [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add grid_trajectoryWith Flutter:
$ flutter pub add grid_trajectoryThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
grid_trajectory: ^0.1.2Alternatively, 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:grid_trajectory/grid_trajectory.dart';