freezed_annotation 0.3.0 copy "freezed_annotation: ^0.3.0" to clipboard
freezed_annotation: ^0.3.0 copied to clipboard

outdated

Annotations for the freezed code-generator. This package does nothing without freezed too.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add freezed_annotation

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

dependencies:
  freezed_annotation: ^0.3.0

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:freezed_annotation/freezed_annotation.dart';
397
likes
0
pub points
100%
popularity

Publisher

verified publisherdash-overflow.net

Annotations for the freezed code-generator. This package does nothing without freezed too.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, json_annotation

More

Packages that depend on freezed_annotation