dmx 0.2.0 copy "dmx: ^0.2.0" to clipboard
dmx: ^0.2.0 copied to clipboard

Infrastructure for the dmx Dart code generator: the @dmx annotation, the runtime, and the API for writing macros in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dmx

With Flutter:

 $ flutter pub add dmx

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dmx: ^0.2.0

Alternatively, 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:dmx/dmx.dart';
0
likes
150
points
104
downloads

Documentation

Documentation
API reference

Publisher

verified publishernimblesite.co

Weekly Downloads

Infrastructure for the dmx Dart code generator: the @dmx annotation, the runtime, and the API for writing macros in Dart.

Homepage
Repository (GitHub)
View/report issues

Topics

#codegen #macros #json #serialization

License

BSD-3-Clause (license)

More

Packages that depend on dmx