keeper_codegen 0.0.1 copy "keeper_codegen: ^0.0.1" to clipboard
keeper_codegen: ^0.0.1 copied to clipboard

Code generator to generate mixin classes for Keeper package.

Keeper Codegen #

The Keeper Codegen is the package that provides the code generation for Keeper.

Features #

  • ✅ Support for common classes
  • ❌ MobX store support

Getting started #

This package is used with Keeper to provide an easy setup for storing class fields in different storage containers.

It is important to have you project setup to use Keeper, and then running the command below to generate the files that will perform all the magic. ✨

Usage #

In pubspec.yaml:

dev_dependencies:
  build_runner: ^2.1.5 # check for recent version on pub.dev
  keeper_codegen: ^0.0.1

To generate the .g.dart files for your classes run:

flutter pub run build_runner build

Additional information #

Keeper project can be found at https://github.com/AndreBaltazar8/keeper

Contributions and bug reports are welcomed! Please include relevant information to help solve the bugs.

This project is licensed under The MIT License (MIT) available at LICENSE.

1
likes
110
pub points
0%
popularity

Publisher

verified publisherandrebaltazar.com

Code generator to generate mixin classes for Keeper package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, build, collection, keeper, source_gen

More

Packages that depend on keeper_codegen