filterable_annotation 1.0.0
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_annotationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
filterable_annotation: ^1.0.0Alternatively, 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';