tachyon
A code generation building tool.
0.4.0
6.1K downloads/mo
#3575 most downloaded on pub.dev
spideythewebhead/tachyon
What this package is like to depend on
Last release 6 months ago
14 Feb 2026
Release timing varies
gaps range from 2 weeks to 10 months
Nearly every release is documented
notes for 17 of 17 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
21 releases · first in 2023
3 releases in the last 12 months
see the full history below
Release timeline
21 releases · May 2023 to Feb 2026Releases
latest 21-
0.4.014 Feb 2026 -
0.4.0-dev.319 Oct 2025 pre-releaseRelease notes
Open source →Release notes
Open source →- Fix not running
dart pub getwhen cloning tachyon from pub cache [#88](https://github.com/spideythewebhead/tachyon/issues/88
- Fix not running
-
0.4.0-dev.218 Oct 2025 pre-releaseRelease notes
Open source → -
0.4.0-dev.103 Aug 2025 pre-releaseRelease notes
Open source →- [Experimental] Allow external packages to be indexed
- New option
external_packagesadded intachyon_config.yaml - See pubspec.yaml for more information
- New option
- [Experimental] Allow external packages to be indexed
-
0.4.0-dev.021 Jul 2025 pre-releaseRelease notes
Open source →- [Experimental] New command introduced
compile#68- run:
dart run tachyon compile - This command compiles tachyon and the plugins used in the project and outputs an executable file called
ctachyon.ctachyon <command>replacesdart run tachyon <command> - Updating tachyon or any of the plugins require a re-compilation
- run:
- [Experimental] New command introduced
-
0.3.212 Apr 2025Release notes
Open source →- Fix: Active write completer never being remove from the active writes map
-
0.3.110 Nov 2024Release notes
Open source →- Remove dependency on rxdart
- Fix: Tachyon being disposed twice in "watch" command
-
0.3.006 Jan 2024 -
0.2.204 Nov 2023Release notes
Open source →- Fix: Unable to find from/to json methods for enums
- Handle watcher crashes
- Update README with vscode issue
-
0.2.102 Nov 2023Release notes
Open source →- Lower meta and stack_trace dependencies to solve conflicts with flutter_test
-
0.2.001 Nov 2023Release notes
Open source →- Add function declaration method support in DeclarationFinder
- Add ability to reload plugins without re-running tachyon
- Add ability to get a named argument (expression) in AnnotationValueExtractor
- Add "discarded_futures" in analysis_options.yaml
- Update "ignore_for_file" for generated files
-
0.1.003 Oct 2023 -
0.0.907 Sep 2023 -
0.0.827 Aug 2023 -
0.0.718 Jun 2023 -
0.0.605 Jun 2023Release notes
Open source →- Update "analyzer" dependency to 5.13.0
- Fix registerPlugins path resolving on Windows
-
0.0.530 May 2023 -
0.0.429 May 2023 -
0.0.328 May 2023Release notes
Open source →- Added tests
- Added prefix support for
CustomDartType- If a symbol is using a prefix (import as) this will be included now as
prefix - Renamed
CustomDartTypetoTachyonDartType
- If a symbol is using a prefix (import as) this will be included now as
- Improvements for
AnnotationValueExtractor - Improvements for
findDartFileFromDirectiveUri - Improvements for plugins registrations
- Generated files will now be excluded from coverage
-
0.0.209 May 2023Release notes
Open source →-
Improve naming of the API
-
Improve running plugins code generation "simultaneously"
-
Improve IsolateLogger batching multiple writes into 1 message
-
Improve documentation
-
Bug fixes
findDartFileFromUri(nowfindDartFileFromDirectiveUri) would return wrong path for a relative import/export- IsolateLogger not respecting severity when printing
-
-
0.0.104 May 2023