katana_macro 3.0.0-dev.1 copy "katana_macro: ^3.0.0-dev.1" to clipboard
katana_macro: ^3.0.0-dev.1 copied to clipboard

This package is designed to provide support for macros. It provides basic functionality for implementing macros.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add katana_macro

With Flutter:

 $ flutter pub add katana_macro

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

dependencies:
  katana_macro: ^3.0.0-dev.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:katana_macro/katana_macro.dart';
0
likes
140
pub points
1%
popularity

Publisher

verified publishermathru.net

This package is designed to provide support for macros. It provides basic functionality for implementing macros.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

katana, macros

More

Packages that depend on katana_macro