angulardart_components
The official Material Design components for AngularDart. Used at Google in production apps.
What this package is like to depend on
Last release 8 days ago
15 Aug 2026
Ships on a steady schedule
a new release about every 8 days
Some releases are documented
notes for 10 of 28 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
28 releases · first in 2026
28 releases in the last 12 months
see the full history below
Release timeline
28 releases · Jul 2026 to Aug 2026Releases
latest 28-
3.4.115 Aug 2026Release notes
Open source →- fix:
build.yaml— exclure le builderangulardartdes fichierslib/(.dartet.css) pour lever le conflitexisting files in dependencies which conflict with files that a Builder may producelors du build d'un projet consommateur (les.template.dart/.scss.css*sont déjà pré-compilés). - fix:
SelectionOptions— initialiser_optionGroups(lecturelateavant écriture dans le setter) qui provoquait unLateInitializationErrorà la construction deStringSelectionOptions/SelectionOptions.fromFuture/fromStream.
- fix:
-
3.4.015 Aug 2026Release notes
Open source →- feat: compatibilité SSR/AOT complète — migration de toutes les sources
dart:html/dart:jsrestantes versdom_apis/js_apiset livraison de ~296.template.dart+ 140.scss.css*pré-compilés. - fix: null-safety restante — paramètres
@Attributenullables, assertions!sur les bindings nullables, inputs typés (ValidityCheck/CharacterCounter), génériqueOptionGroup<T>,activeStep!.hideButtons, etc. - fix: corriger
material_toggle(shadow_z→shadowZ) et les proto.pb.dartpour la compilation AOT Dart 3. - fix: ajouter
angulardart_metaaux dépendances (requis par les.template.dartpré-compilés qui importentdi_tokens.dart).
- feat: compatibilité SSR/AOT complète — migration de toutes les sources
-
3.3.114 Aug 2026Release notes
Open source →- fix: corriger
build.yaml— renommer la cible principaleangular_componentsen$default(exigée parbuild_config >=1.0). - fix: renommer les imports SCSS internes
package:angular_components/...enpackage:angulardart_components/...(104 fichiers). - fix: null-safety des requêtes
@ViewChild/@ContentChild/@ViewChildren/@ContentChildren(suppression deslate, types rendus nullables) et ajout des@Optional()manquants sur les paramètres DI nullables. - fix: rendre nullables les paramètres
@Attribute(...)de typeString(le compilateur passenullquand l'attribut est absent). - fix: ajouter les
@Input()manquantsallowParentSingleSelection/allowParentMultiSelectionsurMaterialTreeNode.
- fix: corriger
-
3.3.013 Aug 2026Release notes
Open source →- Compatibilité
angulardart9.4.0 +angulardart_forms6.4.0 (basedart:html).
- Compatibilité
-
3.2.110 Aug 2026Nothing published for this version
-
3.2.009 Aug 2026Nothing published for this version
-
3.1.009 Aug 2026Nothing published for this version
-
3.0.708 Aug 2026Nothing published for this version
-
3.0.608 Aug 2026Nothing published for this version
-
3.0.507 Aug 2026Nothing published for this version
-
3.0.407 Aug 2026Nothing published for this version
-
3.0.306 Aug 2026Nothing published for this version
-
3.0.206 Aug 2026Nothing published for this version
-
3.0.105 Aug 2026Nothing published for this version
-
3.0.005 Aug 2026Nothing published for this version
-
2.1.003 Aug 2026 -
2.0.1112 Aug 2026Nothing published for this version
-
2.0.1003 Aug 2026Release notes
Open source →- fix: release.sh now looks for commits touching the package directory
- chore: add release.sh scripts to all packages
-
2.0.902 Aug 2026Release notes
Open source →- Updated dependency versions:
web^1.0.0,build^4.0.0,intl^0.20.0,lints^6.0.0 - Fixed
analysis_options.yamlto usepackage:lintsinstead of discontinuedpackage:pedantic
- Updated dependency versions:
-
2.0.831 Jul 2026Release notes
Open source →- Updated documentation links to point to angulardartreborn.com
- Updated homepage to https://angulardartreborn.com
-
2.0.731 Jul 2026Nothing published for this version
-
2.0.631 Jul 2026Nothing published for this version
-
2.0.531 Jul 2026Nothing published for this version
-
2.0.431 Jul 2026Nothing published for this version
-
2.0.331 Jul 2026Nothing published for this version
-
2.0.231 Jul 2026Nothing published for this version
-
2.0.130 Jul 2026Release notes
Open source →- Added
topicsfor better discoverability on pub.dev - Added
issue_trackerURL - Added explicit
platformsdeclaration for web support
- Added
-
2.0.030 Jul 2026Release notes
Open source →- BREAKING CHANGE: Require Dart ^3.0.0
- Null safety: Full migration from pre-null-safety (SDK 2.10.5) to null safety
- 1566 errors fixed across lib/
- Fields initialized with
late,?, or default values - Optional parameters made explicitly nullable
- Return types made nullable where needed
- Null checks (
!) added after verification
- Class modifiers Dart 3: Converted abstract classes used as mixins to
abstract mixin classormixin classHasDisabledinterface updated with setterStickyController.stick()parameters made nullable
- Dependencies updated:
angular: ^6.0.0 → ^8.0.0angular_forms: ^3.0.0 → ^5.0.0web: ^0.5.0 (replacingjs)- All other dependencies updated to latest compatible versions
- Published as
angulardart_componentson pub.dev