macro_util 0.1.0-10.dev copy "macro_util: ^0.1.0-10.dev" to clipboard
macro_util: ^0.1.0-10.dev copied to clipboard

Helpers and utilities for developing macros: field introspection, generated code formatting, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add macro_util

With Flutter:

 $ flutter pub add macro_util

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

dependencies:
  macro_util: ^0.1.0-10.dev

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:macro_util/macro_util.dart';
1
likes
150
pub points
46%
popularity

Publisher

verified publisherainkin.com

Helpers and utilities for developing macros: field introspection, generated code formatting, etc.

Repository (GitHub)
View/report issues

Topics

#macros

Documentation

API reference

License

MIT-0 (LICENSE)

Dependencies

macros

More

Packages that depend on macro_util