filterable_annotation 1.0.0 copy "filterable_annotation: ^1.0.0" to clipboard
filterable_annotation: ^1.0.0 copied to clipboard

Annotations for automatic filter and sort generation with source_gen and build_runner. Build dynamic, type-safe filters for your Dart models.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add filterable_annotation

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

dependencies:
  filterable_annotation: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:filterable_annotation/filterable_annotation.dart';
0
likes
130
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

Annotations for automatic filter and sort generation with source_gen and build_runner. Build dynamic, type-safe filters for your Dart models.

Repository (GitHub)
View/report issues
Contributing

Topics

#filter #sort #codegen #annotations #build-runner

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

flutter

More

Packages that depend on filterable_annotation