data_class 0.1.2 copy "data_class: ^0.1.2" to clipboard
data_class: ^0.1.2 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 data_class
copied to clipboard

With Flutter:

 $ flutter pub add data_class
copied to clipboard

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

dependencies:
  data_class: ^0.1.2
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:data_class/data_class.dart';
copied to clipboard
57
likes
150
points
159
downloads

Publisher

verified publisherfelangel.dev

Weekly Downloads

2024.09.09 - 2025.03.24

Experimental support for data classes in Dart using pkg:macros

Repository (GitHub)

Topics

#macros #data-class

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

collection, equatable, macros

More

Packages that depend on data_class