Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 855 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 855 Bytes

shared

Build Status

This project contains shared classes and business rules for Comiko.

Dart 2

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 

Getting Started

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.

Features and bugs

Please file feature requests and bugs at the issue tracker.