macro_util 0.1.0-13.dev  macro_util: ^0.1.0-13.dev copied 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_utilThis 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.devAlternatively, your editor might support dart 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';