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 37 stable releases
1 version withdrawn
withdrawn after publishing
0 months old
38 releases · first in 2026
38 releases in the last 12 months
see the full history below
Release timeline
38 releases · Jul 2026 to Aug 2026Releases
latest 38-
6.4.013 Aug 2026 -
6.3.110 Aug 2026Nothing published for this version
-
6.3.009 Aug 2026Nothing published for this version
-
6.2.908 Aug 2026Nothing published for this version
-
6.2.808 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.1.007 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 2026Release notes
Open source →- fix: resolve all dart analyze warnings and info messages
- Applied dart fix --apply (use_super_parameters, unnecessary_library_name, no_leading_underscores_for_local_identifiers)
- Fixed avoid_renaming_method_parameters in memorized_form.dart
- Fixed strict_top_level_inference in abstract_control_directive.dart
- Added @Deprecated aliases for constant_identifier_names (FORM_PROVIDERS, NG_VALIDATORS, etc.)
- All internal usages updated to use new lowerCamelCase names
-
5.1.703 Aug 2026Release notes
Open source →- fix: release.sh now looks for commits touching the package directory
- Fix null safety, SDK constraints, dependencies, and CHANGELOGs across all packages
-
5.1.603 Aug 2026Release notes
Open source →- Fix null safety DI checks and generic type resolution
- Add @Optional() to nullable DI parameters in directives
-
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.003 Aug 2026Release notes
Open source →- Updated to angulardart ^8.1.0
- Updated to angulardart_test ^5.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.0.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) - Class modifiers: Converted
TouchHandlerandChangeHandlertomixin classfor Dart 3 compatibility - Null safety: Removed
// @dart=2.9annotations, addedlatefields, null checks (!) on nullable functions - Nullable parameters: Made
HtmlElement?parameters nullable with@Optional()inDefaultValueAccessor,CheckboxControlValueAccessor,SelectControlValueAccessor - All 253 tests pass