freezed_annotation 0.11.0-dev copy "freezed_annotation: ^0.11.0-dev" to clipboard
freezed_annotation: ^0.11.0-dev 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
copied to clipboard

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

dependencies:
  freezed_annotation: ^0.11.0-dev
copied to clipboard

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';
copied to clipboard
466
likes
0
points
2.49M
downloads

Publisher

verified publisherdash-overflow.net

Weekly Downloads

2024.07.06 - 2025.01.18

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, meta

More

Packages that depend on freezed_annotation