struct_annotation 0.0.0-dev.5 copy "struct_annotation: ^0.0.0-dev.5" to clipboard
struct_annotation: ^0.0.0-dev.5 copied to clipboard

Experimental support for data classes in Dart using pkg:macros

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add struct_annotation

With Flutter:

 $ flutter pub add struct_annotation

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

dependencies:
  struct_annotation: ^0.0.0-dev.5

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:struct_annotation/struct_annotation.dart';
11
likes
140
pub points
0%
popularity

Publisher

verified publisherbloc-dev.com

Experimental support for data classes in Dart using pkg:macros

Repository (GitHub)
View/report issues

Topics

#macros #data-class #struct

Documentation

API reference

License

MIT (license)

Dependencies

collection, macros

More

Packages that depend on struct_annotation