tachyon 0.3.1 tachyon: ^0.3.1 copied to clipboard
A code generation building tool.
Tachyon #
A fast and simple alternative for build_runner
to generate dart code.
Getting started #
Check out the example folder to see how you can create a custom code generator and use it
List of plugins #
- data_class_plugin (https://pub.dev/packages/data_class_plugin)
- http_client_plugin (https://pub.dev/packages/http_client_plugin)
- riverpod_tachyon_plugin (https://pub.dev/packages/riverpod_tachyon_plugin)
Issues with VSCode #
When running a flutter app from VSCode the code generator may not receive a file modification event. To resolve that you can enable the following option (Preview Hot Reload On Save Watcher)