filterable_annotation 0.2.0 copy "filterable_annotation: ^0.2.0" to clipboard
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_annotation

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

dependencies:
  filterable_annotation: ^0.2.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/filter_criteria.dart';
import 'package:filterable_annotation/filterable.dart';
import 'package:filterable_annotation/sort_criteria.dart';
0
likes
110
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

Anotações para geração automática de filtros e ordenações com source_gen.

Homepage
Repository (GitHub)
View/report issues

Topics

#filter #codegen #annotations

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on filterable_annotation