angulardart_test
Testing runner and library for AngularDart
6.4.0
1.6K downloads/mo
#474 most downloaded on pub.dev
flutterdocteur/angulardart
What this package is like to depend on
Last release 10 days ago
13 Aug 2026
Too new to tell
only 2 release windows
Some releases are documented
notes for 11 of 34 stable releases
1 version withdrawn
withdrawn after publishing
0 months old
35 releases · first in 2026
35 releases in the last 12 months
see the full history below
Release timeline
35 releases · Jul 2026 to Aug 2026Releases
latest 35-
6.4.013 Aug 2026 -
6.3.009 Aug 2026Nothing published for this version
-
6.2.708 Aug 2026Nothing published for this version
-
6.2.608 Aug 2026Nothing published for this version
-
6.2.508 Aug 2026Nothing published for this version
-
6.2.408 Aug 2026Nothing published for this version
-
6.2.308 Aug 2026Nothing published for this version
-
6.2.208 Aug 2026Nothing published for this version
-
6.2.108 Aug 2026Nothing published for this version
-
6.2.008 Aug 2026Nothing published for this version
-
6.0.407 Aug 2026Nothing published for this version
-
6.0.306 Aug 2026Nothing published for this version
-
6.0.205 Aug 2026Nothing published for this version
-
6.0.104 Aug 2026Nothing published for this version
-
6.0.002 Aug 2026 withdrawnNothing published for this version
-
5.2.003 Aug 2026 -
5.1.803 Aug 2026 -
5.1.603 Aug 2026 -
5.1.403 Aug 2026Nothing published for this version
-
5.1.303 Aug 2026Nothing published for this version
-
5.1.203 Aug 2026Release notes
Open source →- Re-added
build_web_compilers ^4.8.1to dev_dependencies (requires Dart SDK >= 3.13.0) - Enables web compilation for browser testing
- Re-added
-
5.1.103 Aug 2026Release notes
Open source →- Removed build_web_compilers from dev_dependencies (incompatible with build 4.x)
-
5.1.002 Aug 2026Release notes
Open source →- Updated to angulardart ^8.1.0
- Updated build_test to ^3.0.0
- Updated build_runner to ^2.16.0
- Updated test to ^1.31.0
- Updated lints to ^6.1.0
- Removed build_web_compilers (incompatible with analyzer 14.x on SDK <3.13.0)
-
5.0.1112 Aug 2026Nothing published for this version
-
5.0.1002 Aug 2026Nothing published for this version
-
5.0.931 Jul 2026Release notes
Open source →- Updated documentation links to point to angulardartreborn.com
- Updated homepage to https://angulardartreborn.com
-
5.0.831 Jul 2026Nothing published for this version
-
5.0.731 Jul 2026Nothing published for this version
-
5.0.631 Jul 2026Nothing published for this version
-
5.0.531 Jul 2026Nothing published for this version
-
5.0.431 Jul 2026Nothing published for this version
-
5.0.331 Jul 2026Nothing published for this version
-
5.0.230 Jul 2026Release notes
Open source →- Added
topicsfor better discoverability on pub.dev - Added
issue_trackerURL - Added explicit
platformsdeclaration for web support
- Added
-
5.0.130 Jul 2026Release notes
Open source →- Fixed repository URL to point to the correct subdirectory in the monorepo
-
5.0.030 Jul 2026Release notes
Open source →- BREAKING CHANGE: Require Dart ^3.0.0
- Updated
angulardependency to ^8.0.0 (from ^7.0.0) - Replaced
pedanticwithdart:asyncforunawaited - Type parameters: Added type parameters to
NgTestBed<T>andbootstrapForTest<T>to resolve Dart 3Objectinference - Test fixes:
- Fixed event handler templates:
(click)="throwError"→(click)="throwError()"(must call method, not pass reference) - Fixed
CatchNativeEventAsynchronousErrors._runTest()to useng.createCatchNativeEventAsynchronousErrorsFactory()instead ofcreateCatchNativeEventSynchronousErrorsFactory()
- Fixed event handler templates:
- All 49 tests pass (1 skip expected)