filterable_annotation 0.2.0
filterable_annotation: ^0.2.0 copied to clipboard
Anotações para geração automática de filtros e ordenações com source_gen.
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: ^0.2.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/filter_criteria.dart';
import 'package:filterable_annotation/filterable.dart';
import 'package:filterable_annotation/sort_criteria.dart';