arch_test
Package used to create architecture tests for an application.
What this package is like to depend on
Last release 7 months ago
25 Jan 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
2 releases · first in 2021
1 release in the last 12 months
see the full history below
Release timeline
2 releases · Oct 2021 to Jan 2026
2022
2023
2024
2025
2026
Releases
latest 2-
1.0.025 Jan 2026Release notes
Open source →What's Changed
- Package rewrite by @gustavo-hillesheim in #13
- Introduce predicate builder and element selectors by @gustavo-hillesheim in #14
- Updated README and CHANGELOG by @gustavo-hillesheim in #15
Full Changelog: v0.1.0...v1.0.0
Release notes
Open source →- Complete package rewrite using dart's analyzer package
- Introduced new API composed mainly by
ArchTest,ElementSelectorandArchRule - Implemented Predicate building API
-
0.1.003 Oct 2021Release notes
Open source →What's Changed
- #2 - Better represent the Mirror hierarchy in the DartElement hierarchy by @gustavo-hillesheim in #3
- Refactored package structure by @gustavo-hillesheim in #8
- [#6]: Prepared package for publishing by @gustavo-hillesheim in #9
- Created package README by @gustavo-hillesheim in #11
- Added premade selectors for variables and elements by @gustavo-hillesheim in #12
Full Changelog: https://github.com/gustavo-hillesheim/dart_arch_test/commits/v0.1.0
Release notes
Open source →- Initial version.
- Creation of
coremodule including components to read and query a package's source code structure - Creation of
testingmodule including basic components to test a package's architecture - Creation of
fluentmodule including components to create fluent tests for a package's architecture