astra_dart
A modern, type-safe web framework for Dart inspired by FastAPI. Features include dependency injection, auto-generated OpenAPI docs, and generic controllers.
1.0.1
astradart/astra
What this package is like to depend on
Last release 5 months ago
04 Mar 2026
Too new to tell
only 2 release windows
Some releases are documented
notes for 2 of 4 stable releases
Nothing withdrawn
no release was ever pulled
7 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jan 2026 to Mar 2026Releases
latest 4-
1.0.104 Mar 2026Nothing published for this version
-
1.0.004 Mar 2026Release notes
Open source →- First stable release of Astra Framework! 🚀
- Fully decoupled database features (bring your own ORM).
- Robust HTTP 422 validation for Request/Path/Query payloads with DTO support.
- Dependency Injection system fortified against AOT/JIT type erasure.
- Extensive integration tests ensuring router and generator stability.
- Support for generating native executables via AOT compilation
dart compile exe.
-
0.1.112 Jan 2026Nothing published for this version
-
0.1.012 Jan 2026Release notes
Open source →- Initial release of Astra Framework.
- Core routing with
@Controller,@Get,@Postannotations. - Dependency Injection container.
- OpenAPI/Swagger documentation generation.
- Request/Response DTO serialization.
- Middleware support (Auth, Logger).