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

Code generator for creating type-safe filter and sort functionality for Dart models. Works with build_runner and filterable_annotation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add filterable_generator

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

dependencies:
  filterable_generator: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:filterable_generator/filterable_generator.dart';
0
likes
40
points
302
downloads

Publisher

unverified uploader

Weekly Downloads

Code generator for creating type-safe filter and sort functionality for Dart models. Works with build_runner and filterable_annotation.

Repository (GitHub)
View/report issues
Contributing

Topics

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

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

analyzer, build, filterable_annotation, source_gen

More

Packages that depend on filterable_generator