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

discontinuedreplaced by: data_class_macro

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

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.1

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

Publisher

verified publisherbloc-dev.com

Experimental support for data classes in Dart using pkg:macros

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, equatable, macros

More

Packages that depend on struct_annotation