PackageTrack
Sign in Get early access

angulardart

Fast and productive web framework by Google. Separate, but similar to the JavaScript framework with a similar name.

9.4.4 flutterdocteur/angulardart

What this package is like to depend on

Last release 6 days ago

18 Aug 2026

Ships on a steady schedule

a new release about every 8 days

Some releases are documented

notes for 33 of 64 stable releases

3 versions withdrawn

withdrawn after publishing

0 months old

67 releases · first in 2026

67 releases in the last 12 months

see the full history below

Release timeline

67 releases · Jul 2026 to Aug 2026
Release Pre-release Withdrawn

Releases

latest 60 of 67
  1. 9.4.4 18 Aug 2026
    Release notes
    • fix: stabiliser l'APP_ID entre le serveur et le client (transmis via TransferState) pour que les classes d'encapsulation CSS _ngcontent-… correspondent après l'hydration — sinon les styles SSR devenaient inactifs et les balises <style> se dupliquaient à chaque navigation.
    • fix: ne plus ré-appender un <style> dont le contenu est déjà présent dans le <head> (_styleAlreadyInjected) — évite l'accumulation de balises <style> pendant l'hydration et la navigation SPA ; les composants sans styles ne produisent plus de <style> vide.
    • feat: resetComponentStylesForServer() pour vider le cache statique des ComponentStyles (et remettre le compteur _nextUniqueId à zéro) entre chaque requête SSR.
    Open source →
  2. 9.4.3 15 Aug 2026
    Release notes
    • fix: rendre ServerRenderNode's class-set (_ServerClassSet) itérable (miroir du CssClassSet navigateur) pour que les composants qui parcourent les classes (constructEncapsulatedCss, etc.) fonctionnent en rendu SSR sur la VM.
    Open source →
  3. 9.4.2 15 Aug 2026
    Release notes
    • fix: durcir ServerRenderNode contre les appels DOM chaînés — expose des attributes/style/classes/children réels et un getBoundingClientRect sûr, pour que le rendu SSR ne plante plus sur element.attributes['x'] = y ou element.style.width = '...'.
    Open source →
  4. 9.4.1 13 Aug 2026
    Release notes
    • fix: collecter les styles scopés des composants côté serveur (ServerRenderNode.collectStyle/collectedStyles) pour permettre au SSR de les injecter dans <head>.
    Open source →
  5. 9.4.0 13 Aug 2026
    Release notes
    • Portage SSR/RenderNode sur base dart:html (rebase sur v8.2.0) : infrastructure RenderNode, RenderFactory/HydrateRenderFactory, bootstrap SSR, ApplicationRef.hydrate, testability split browser/vm.
    Open source →
  6. 9.3.6 11 Aug 2026

    Nothing published for this version

  7. 9.3.5 11 Aug 2026

    Nothing published for this version

  8. 9.3.4 10 Aug 2026

    Nothing published for this version

  9. 9.3.3 10 Aug 2026

    Nothing published for this version

  10. 9.3.2 10 Aug 2026

    Nothing published for this version

  11. 9.3.1 10 Aug 2026

    Nothing published for this version

  12. 9.3.0 09 Aug 2026

    Nothing published for this version

  13. 9.2.8 08 Aug 2026

    Nothing published for this version

  14. 9.2.7 08 Aug 2026

    Nothing published for this version

  15. 9.2.6 08 Aug 2026

    Nothing published for this version

  16. 9.2.5 08 Aug 2026

    Nothing published for this version

  17. 9.2.4 08 Aug 2026

    Nothing published for this version

  18. 9.2.3 08 Aug 2026

    Nothing published for this version

  19. 9.2.2 08 Aug 2026

    Nothing published for this version

  20. 9.2.1 08 Aug 2026

    Nothing published for this version

  21. 9.2.0 08 Aug 2026 withdrawn

    Nothing published for this version

  22. 9.1.0 07 Aug 2026

    Nothing published for this version

  23. 9.0.12 07 Aug 2026 withdrawn

    Nothing published for this version

  24. 9.0.11 07 Aug 2026

    Nothing published for this version

  25. 9.0.10 07 Aug 2026

    Nothing published for this version

  26. 9.0.9 07 Aug 2026

    Nothing published for this version

  27. 9.0.8 06 Aug 2026

    Nothing published for this version

  28. 9.0.7 05 Aug 2026

    Nothing published for this version

  29. 9.0.6 05 Aug 2026

    Nothing published for this version

  30. 9.0.5 05 Aug 2026

    Nothing published for this version

  31. 9.0.4 05 Aug 2026

    Nothing published for this version

  32. 9.0.3 05 Aug 2026

    Nothing published for this version

  33. 9.0.2 05 Aug 2026

    Nothing published for this version

  34. 9.0.1 04 Aug 2026

    Nothing published for this version

  35. 9.0.0 02 Aug 2026 withdrawn

    Nothing published for this version

  36. 8.2.0 03 Aug 2026
    Release notes
    • fix: resolve all dart analyze warnings and info messages
    Open source →
  37. 8.1.7 03 Aug 2026
    Release notes
    • fix: release.sh now looks for commits touching the package directory
    • Fix null safety, SDK constraints, dependencies, and CHANGELOGs across all packages
    Open source →
  38. 8.1.6 03 Aug 2026
    Release notes

    chore: release angulardart v8.1.6

    Open source →
    Release notes
    • Fix null safety DI checks and generic type resolution
    • Add @Optional() to nullable DI parameters in directives
    Open source →
  39. 8.1.5 03 Aug 2026

    Nothing published for this version

  40. 8.1.4 03 Aug 2026

    Nothing published for this version

  41. 8.1.3 03 Aug 2026

    Nothing published for this version

  42. 8.1.2 03 Aug 2026
    Release notes
    • angulardart 8.1.2
    • angulardart_router 4.1.2
    • angulardart_forms 5.1.2
    • angulardart_test 5.1.2

    Re-enables web compilation for browser testing

    Open source →
    Release notes
    • Re-added build_web_compilers ^4.8.1 to dev_dependencies (requires Dart SDK >= 3.13.0)
    • Enables web compilation for browser testing
    Open source →
  43. 8.1.1 03 Aug 2026
    Release notes
    • Removed analyzer override (no longer needed)
    • Removed built_value_generator (conflict with analyzer 14.x)
    • Removed build_web_compilers (incompatible with build 4.x)
    • Generated file model.g.dart is now committed
    Open source →
    Release notes
    • Removed dependency_overrides for analyzer (no longer needed)
    • Removed built_value_generator from dev_dependencies (conflict with analyzer 14.x)
    • Removed build_web_compilers from dev_dependencies (incompatible with build 4.x)
    • Generated file model.g.dart is now committed to the repository
    Open source →
  44. 8.1.0 02 Aug 2026
    Release notes
    • Updated analyzer from ^6.0.0 to ^14.0.0
    • Updated build from ^2.4.0 to ^4.0.0
    • Updated source_gen from ^1.5.0 to ^4.0.0
    • Updated built_value and built_value_generator to ^8.12.6
    • Updated build_runner to ^2.16.0
    • No breaking API changes, only internal dependency updates
    Open source →
  45. 8.0.22 12 Aug 2026

    Nothing published for this version

  46. 8.0.21 02 Aug 2026
    Release notes
    • Updated dependencies: intl ^0.20.0, web ^1.0.0, lints ^6.0.0
    • Fixed 2 lint warnings in devtools/inspector.dart (unnecessary_non_null_assertion)
    • Added // ignore_for_file: experimental_member_use in build.dart
    Open source →
  47. 8.0.20 02 Aug 2026
    Release notes
    • chore: add 8.0.19 changelog entry and release automation scripts
    • docs: add documentation field to pubspec, dartdoc categories, and improve API reference
    • chore: bump version to 8.0.18 and update CHANGELOG
    • feat: add SafeHtml types and SafeHtmlDirective for trusted HTML rendering
    • quick docs for bug fixes
    • Add comprehensive bug fix summary
    • Bump versions for bug fix releases
    • Update bug report - all bugs fixed
    • Fix template parser to support list literals
    • Document bugs found in angulardart_router v4.0.9
    • Update WEBSITE_PAGES_TODO.md - all pages implemented
    • Bump versions for pub.dev publication
    • Integrate angulardartreborn.com as official website
    • chore: bump angulardart_compiler to 3.0.9
    • fix: add textContent to DOM element schema registry
    • Bump to 8.0.16 with example improvements
    • Update CHANGELOG.md with versions 8.0.8-8.0.15
    • Add example.dart for pub.dev display
    • Bump versions for 800x450 banner
    • Update banner to 800x450 for pub.dev
    • Update banner to 1920x1080 and revert README to markdown syntax
    • Bump versions for banner width fix
    • Fix banner width to take full width on pub.dev
    • Improve README for all packages with banners, logos, and detailed documentation
    • Add logo and banner to pub.dev package page (v8.0.11)
    • Bump versions for re-publication with updated metadata
    • Add README, LICENSE, media assets and fix repository URLs
    • updated for better info in general
    • Fix gitignore to include model.g.dart in published package
    • Fix missing model.g.dart in published package
    • fixes on platform support
    • updated all pubspec.yaml files
    • updated all pubspec.yaml files
    • added angulardart_cli
    • updated to push to pub.dev
    • fix for || and && operands
    • fix : visitPrefixNot gère maintenant les expressions nullable
    • fixes on order of checks for elementProperties
    • fixes on ngIf & [class.X]
    • updated README.md's
    • Migration to Dart3 done :)
    • fixes on tests
    • NgFor & NGModel now OK, build_runner works :)
    • Compilateur now builds (except for NgFor & NgModel
    • Migration AngularDart vers Dart 3 terminée (0 erreurs)
    Open source →
  48. 8.0.19 02 Aug 2026
    Release notes
    • Added documentation field to pubspec.yaml for improved pub.dev API reference linking
    • Added dartdoc category annotations for better API documentation organization
    • Improved API reference documentation structure
    Open source →
  49. 8.0.18 01 Aug 2026
    Release notes
    • Added SafeHtml, SafeUrl, SafeStyle, SafeResourceUrl types for bypassing sanitization
    • Added SafeHtmlDirective ([safeHtml]) for rendering trusted HTML without sanitization
    • Updated sanitizeHtml, sanitizeStyle, sanitizeUrl, sanitizeResourceUrl to respect SafeHtml types
    • Added missing OnChanges lifecycle hook
    Open source →
  50. 8.0.17 31 Jul 2026
    Release notes
    • Updated documentation links to point to angulardartreborn.com
    • Updated homepage to https://angulardartreborn.com
    Open source →
  51. 8.0.16 31 Jul 2026
    Release notes
    • Added example/example.dart for better visibility on pub.dev
    • Updated example/README.md with code examples
    Open source →
  52. 8.0.15 31 Jul 2026
    Release notes
    • Added example/example.dart for better visibility on pub.dev
    • Updated example/README.md with code examples
    Open source →
  53. 8.0.14 31 Jul 2026
    Release notes
    • Updated banner image to 800x450 for pub.dev display
    Open source →
  54. 8.0.13 31 Jul 2026
    Release notes
    • Updated banner image dimensions
    Open source →
  55. 8.0.12 31 Jul 2026
    Release notes
    • Improved README with comprehensive documentation
    • Added banners and logos for pub.dev
    Open source →
  56. 8.0.11 31 Jul 2026
    Release notes
    • Added logo and banner to pub.dev package page
    • Updated repository URLs
    Open source →
  57. 8.0.10 31 Jul 2026
    Release notes
    • Added README, LICENSE, and media assets
    • Fixed repository URLs
    Open source →
  58. 8.0.9 31 Jul 2026
    Release notes
    • General documentation improvements
    Open source →
  59. 8.0.8 31 Jul 2026
    Release notes
    • Fixed missing model.g.dart in published package
    Open source →
  60. 8.0.7 31 Jul 2026
    Release notes
    • Fixed missing model.g.dart in published package by adding .pubignore
    • The file was excluded by .gitignore which prevented it from being published
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive