macros 0.0.1 copy "macros: ^0.0.1" to clipboard
macros: ^0.0.1 copied to clipboard

A macro library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add macros

With Flutter:

 $ flutter pub add macros

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

dependencies:
  macros: ^0.0.1

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:macros/macros.dart';
29
likes
105
pub points
93%
popularity

Publisher

verified publisherlabs.dart.dev

A macro library.

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on macros