What this package is like to depend on
Last release 5 months ago
05 Mar 2026
Release timing varies
gaps range from 9 days to 3 months
Most releases are documented
notes for 13 of 15 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
15 releases · first in 2025
11 releases in the last 12 months
see the full history below
Release timeline
15 releases · Jun 2025 to Mar 2026
2026
Releases
latest 15-
1.5.105 Mar 2026 -
1.5.016 Feb 2026 -
1.4.006 Feb 2026 -
1.3.106 Feb 2026 -
1.3.006 Feb 2026 -
1.2.118 Nov 2025 -
1.2.017 Nov 2025 -
1.1.101 Nov 2025 -
1.1.001 Nov 2025 -
1.0.218 Oct 2025 -
1.0.121 Sep 2025Nothing published for this version
-
1.0.026 Jul 2025Release notes
Open source →- FEAT: Add staticFilesDirectory parameter to ArcadeTestServer for testing static file serving
- FIX: Fix WebSocket test hanging by properly setting up message listeners before sending
-
0.6.001 Jul 2025Nothing published for this version
-
0.5.001 Jul 2025 -
0.1.030 Jun 2025Release notes
Open source →Initial Release
- FEAT: Complete HTTP status code matcher coverage for all Arcade exception types
isBadRequest(),isUnauthorized(),isForbidden(),isMethodNotAllowed()isConflict(),isImATeapot(),isUnprocessableEntity(),isInternalServerError()isServiceUnavailable(),isCreated(), and more
- FEAT:
ArcadeTestServerfor test server lifecycle management with automatic port allocation - FEAT:
ArcadeTestClientfor HTTP client testing with all methods (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) - FEAT: Comprehensive response validation with
TestResponseclass - FEAT: JSON and text response matchers with path-based assertions
- FEAT: Header and content-type validation utilities
- FEAT: WebSocket testing support with
TestWebSocket - FEAT: State management utilities (
ArcadeTestState) for test isolation and cleanup - FEAT: Complete integration with standard Dart test package
- FEAT: Support for custom status codes via
context.statusCode - FEAT: Robust error handling and edge case coverage
- FEAT: Production-ready testing framework with 116 comprehensive tests
- FEAT: Complete HTTP status code matcher coverage for all Arcade exception types