Last updated:
0 purchases
keeper codegen
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
copied to clipboard
To generate the .g.dart files for your classes run:
flutter pub run build_runner build
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.