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

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

With Flutter:

 $ flutter 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: ^2.4.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:freezed_annotation/freezed_annotation.dart';
403
likes
110
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, json_annotation, meta

More

Packages that depend on freezed_annotation