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

With Flutter:

 $ flutter 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: ^2.4.4
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:freezed_annotation/freezed_annotation.dart';
copied to clipboard
473
likes
150
points
3.63M
downloads

Publisher

verified publisherdash-overflow.net

Weekly Downloads

2024.08.06 - 2025.02.18

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