ecsly_app 0.1.0-dev.4
ecsly_app: ^0.1.0-dev.4 copied to clipboard
Pure Dart app-layer actions, drafts, and identity projections for ecsly.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ecsly_appWith Flutter:
$ flutter pub add ecsly_appThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ecsly_app: ^0.1.0-dev.4Alternatively, 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:ecsly_app/ecsly_app.dart';