This project contains shared classes and business rules for Comiko.
Take note that this repository is now set to use dart2 tools with flutter. Commands like pub build, pub test
are no longer supported. Please use build runner
now!
❯ pub run build_runner test
This project uses code generation. When you modify models, it is likely that you'll need to regenerate files. To do so, you need to run the watch.dart
in the tool/
folder.
dart tool/watch.dart
You can also add a run configuration in your IDE/Editor.
Please file feature requests and bugs at the issue tracker.