sum_data_types 0.1.1 copy "sum_data_types: ^0.1.1" to clipboard
sum_data_types: ^0.1.1 copied to clipboard

Automatically generates immutable data classes based on a "blueprint" mixin.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sum_data_types

With Flutter:

 $ flutter pub add sum_data_types

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

dependencies:
  sum_data_types: ^0.1.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:sum_data_types/sum_data_types.dart';
0
likes
105
pub points
34%
popularity

Publisher

unverified uploader

Automatically generates immutable data classes based on a "blueprint" mixin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

meta, pedantic

More

Packages that depend on sum_data_types