The shared toolchain for development of the Timo Project.
- Annotations: Annotations for Dart code generating.
- Lints: shared Dart/Flutter linter options.
Please import the packages via GitHub because they had not been published to pub.dev yet. The following examples and documentations will show you how to import flutter dependencies from GitHub:
dev_dependencies:
timo_lints:
git:
url: https://github.com/hilltwice233/timo-toolchain.git
ref: tags/lints-v1.0.1
path: lints
You may also refer to an existing pubspec.lock
file as example:
the manifest file of the Timo Project Repository