ecsly_codegen 0.1.0-dev.4
ecsly_codegen: ^0.1.0-dev.4 copied to clipboard
Builder and annotations for ecsly typed-column component code generation.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ecsly_codegenWith Flutter:
$ flutter pub add ecsly_codegenThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ecsly_codegen: ^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_codegen/ecsly_codegen.dart';