macro_util 0.1.0-13.dev copy "macro_util: ^0.1.0-13.dev" to clipboard
macro_util: ^0.1.0-13.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
copied to clipboard

With Flutter:

 $ flutter pub add macro_util
copied to clipboard

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-13.dev
copied to clipboard

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';
copied to clipboard
6
likes
150
points
104
downloads

Publisher

verified publisherainkin.com

Weekly Downloads

2024.09.26 - 2025.04.10

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

Repository (GitHub)

Topics

#macros

Documentation

API reference

License

MIT-0 (license)

Dependencies

macros

More

Packages that depend on macro_util