angulardart_cli
CLI scaffolding tool for AngularDart (Dart 3 compatible)
1.10.1
flutterdocteur/angulardart
What this package is like to depend on
Last release 8 days ago
16 Aug 2026
Ships on a steady schedule
a new release about every 8 days
Most releases are documented
notes for 36 of 44 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
44 releases · first in 2026
44 releases in the last 12 months
see the full history below
Release timeline
44 releases · Jul 2026 to Aug 2026Releases
latest 44-
1.10.116 Aug 2026Release notes
Open source →- fix:
@GenerateInjector(et les composants racine) sont désormais générés danslib/(app_injector.dart,app_component.dart) au lieu deweb/main.dart, pour que le module DDCweb/mainreste mono-bibliothèque. Corrige le hot restartwebdev serve --auto=restart(main is not a functionpuisLateInitializationError: appViewUtils) sur les projets--hybrid,--ssr,--ssr --seo,--seoetadd hybrid.
- fix:
-
1.10.014 Aug 2026Release notes
Open source →- feat: ajout du flag
--server=io|alfredsurngdart new,ngdart add ssretngdart add hybridpour choisir l'implémentation HTTP du serveur SSR (io=dart:iopar défaut,alfred= package Alfred). La dépendancealfredn'est ajoutée au pubspec que si--server=alfredest sélectionné.
- feat: ajout du flag
-
1.9.214 Aug 2026Release notes
Open source →- fix:
ngdart generate-stubsest désormais exécuté APRÈSbuild_runner builddans les README--ssr/--ssr --seoet les sortiesadd ssr/add seo(il doit copier les.template.dartgénérés, pas les créer avant le build).
- fix:
-
1.9.114 Aug 2026Release notes
Open source →- fix: les commandes SSR/hybride/SSR+SEO génèrent désormais
dart run build_runner build web --release(le build dev/DDC produisait unmain.dart.jsdépendant derequire.js, non servi par le serveur standalone).
- fix: les commandes SSR/hybride/SSR+SEO génèrent désormais
-
1.9.013 Aug 2026Release notes
Open source →- feat: les templates
bin/server.dart(SSR) servent les assets statiques (styles.css,main.dart.js, ...) depuisweb/et.dart_tool/build/generated/<pkg>/web/.
- feat: les templates
-
1.8.013 Aug 2026Release notes
Open source →- Ajout commandes
add ssr/add hybrid/add seo,seo init,generate-stubs+ flags--ssr/--hybrid/--seosurngdart new(templates basedart:html).
- Ajout commandes
-
1.7.611 Aug 2026Release notes
Open source →Corrections
- SSR :
_copyTemplatesRecursivemet maintenant à jour le compteur de fichiers copiés (affiché dans le résumé final)
- SSR :
-
1.7.511 Aug 2026Release notes
Open source →Corrections
- SSR :
generate-stubsne copie plus que les templates du package du projet, pas ceux des dépendances (évite de polluerlib/) - SSR : Les stubs pour
home_component,about_component,dashboard_componentne sont créés que si le fichier.dartsource correspondant existe - SSR : Suppression de l'écriture dans
angular/examples/hello_world_ssr/lib/platform_dom.template.dart(modifiait le framework) - CLI : Les README générés pour les projets SSR/hybride n'incluent plus les boucles
forcopiant tous les templates des dépendances
- SSR :
-
1.7.411 Aug 2026Release notes
Open source →Corrections
- SSR :
generate-stubscopie maintenant les fichiers.css.shim.dartpour le encapsulation CSS côté VM
- SSR :
-
1.7.310 Aug 2026Release notes
Open source →Corrections
- SSR : Post-traitement des
.template.dartdansgenerate-stubspour supprimer les imports browser-only (*_browser.template.dart) - SSR : Ajout d'un stub de sécurité pour
platform_dom.template.dartdes projets utilisateurs
- SSR : Post-traitement des
-
1.7.210 Aug 2026Release notes
Open source →Corrections
- SSR : Correction complète du pipeline SSR pour la VM
- Compilateur : Ne génère plus d'imports vers
platform_dom_browser.template.dartpour les fichiers sans contenu Angular - TextBinding : Utilise maintenant
renderFactory.createText()au lieu deBrowserRenderNode.text() - Templates CLI : Utilisent
platform_dom.dartavec imports conditionnels
- Compilateur : Ne génère plus d'imports vers
- E2E : Correction du bug dans
e2e_integration_test.dart(build web/main.server.dart → build web)
- SSR : Correction complète du pipeline SSR pour la VM
-
1.7.010 Aug 2026Release notes
Open source →- Add:
--hybridflag tongdart new(mutually exclusive with --ssr and --seo) - Add:
ngdart add ssr— adds SSR to an existing project (idempotent) - Add:
ngdart add hybrid— adds hybrid SSR + routing + RenderMode (idempotent) - Add: 13 new hybrid templates (pubspec, index.html, main.dart, server entry, 4 components, data service, readme)
- Add: platform_dom*.dart templates for conditional browser/VM imports
- Add:
_generateHybridComponents()writes components with RenderMode in lib/ - Fix:
ngdart generate-stubsauto-copies templates from lib/ AND web/ + creates hybrid component stubs
- Add:
-
1.6.110 Aug 2026Release notes
Open source →- Fix: SSR template now works end-to-end — component inline in web/main.dart, HTML in web/app_component.html, templates copied from build output
- Fix:
ngdart generate-stubscreates web/main.template.dart stub and no longer conflicts with build_runner - Fix: Constrained
package:webto<1.0.0(1.x uses incompatible JS interop)
-
1.6.009 Aug 2026Release notes
Open source →- Fix: SSR template now works end-to-end — component inline in web/main.dart, HTML in web/app_component.html, templates copied from build output
- Fix:
ngdart generate-stubscreates web/main.template.dart stub and no longer conflicts with build_runner - Fix: Constrained
package:webto<1.0.0(1.x uses incompatible JS interop)
-
1.5.009 Aug 2026Release notes
Open source →- Fix: SSR template now uses correct structure — component inline in web/main.dart with HTML in web/app_component.html (matches hello_world_ssr example exactly)
- Add:
web/app_component.htmlgenerated for SSR projects instead of lib/ files
-
1.4.309 Aug 2026Release notes
Open source →- Fix: SSR template puts component inline in main.dart (matches hello_world_ssr example, avoids build system recursion bugs)
-
1.4.209 Aug 2026Release notes
Open source →- Fix: SSR template uses relative import
../lib/{{component.targetName}}.dartso the angulardart builder can find and generate NgFactory
- Fix: SSR template uses relative import
-
1.4.109 Aug 2026Release notes
Open source →- Fix: SSR template now includes the component inline in main.dart so the angulardart builder can find and generate NgFactory (matches hello_world_ssr example pattern)
-
1.3.109 Aug 2026Nothing published for this version
-
1.3.009 Aug 2026Release notes
Open source →- Fix: SSR template now requires angulardart_server >=1.2.0 (fixes missing textContent/id DOM properties)
- Fix: build_runner command corrected from
build web/main.server.darttobuild webin usage instructions
-
1.2.209 Aug 2026Release notes
Open source →- Fix: SSR template now requires angulardart_server >=1.2.0 (fixes missing textContent/id DOM properties)
- Fix: build_runner command corrected from
build web/main.server.darttobuild webin usage instructions
-
1.2.109 Aug 2026Release notes
Open source →- Fix:
web/main.server.dartnow generated as a proper AngularDart entry point (exportsappComponentFactory) instead of HTTP server code - Fix:
bin/server.dartimports from../web/main.template.dartand usesng.appComponentFactorycorrectly - Fix: added
package:webdependency to SSR project template for DOM access inmain.dart - Fix: build_runner command corrected from
build -d web/main.server.darttobuild web/main.server.dart - Fix: escaped single quotes and UTF-8 characters properly in generated Dart string literals
- Fix: corrected broken French accents in SSR README (côté, reçoit, réutilise, accède)
- Fix:
-
1.2.009 Aug 2026Release notes
Open source →- Add:
ngdart generate-stubscommand to auto-generate.template.dartstubs for AOT compilation - Fix: _findRepoRoot() now works from any directory in the monorepo (no longer depends on .dart_tool/)
- Add:
-
1.1.308 Aug 2026 -
1.1.208 Aug 2026Release notes
Open source →- Migrate from
dart:htmltopackage:webfor DOM types - Add: SSR rendering support with conditional platform imports (browser_dom_apis.dart, native_dom_apis.dart)
- Fix: Zero errors/warnings/infos in dart analyze --fatal-infos
- Migrate from
-
1.1.108 Aug 2026Release notes
Open source →- Fix: removed invalid empty abbreviation on
--ssrflag (fixes crash on startup) - Fix: use wide version notation for all dependencies per project conventions
- Fix: removed invalid empty abbreviation on
-
1.1.008 Aug 2026Release notes
Open source →- Add: SSR project scaffolding with
ngdart new --ssrflag - Add: Hybrid rendering template generation
- Docs: Documented
ngdart new --seoandangulardart seo initcommands, added SEO/prerender to Related Packages
- Add: SSR project scaffolding with
-
1.0.1607 Aug 2026Nothing published for this version
-
1.0.1507 Aug 2026 -
1.0.1406 Aug 2026Release notes
Open source →- Fix: Updated dependency constraints for compatibility with angulardart 9.x ecosystem
-
1.0.1305 Aug 2026 -
1.0.1204 Aug 2026Release notes
Open source →- feat: add --seo flag to
ngdart newcommand - feat: add
ngdart seo initcommand for existing projects - fix: remove unused imports in SEO templates
- feat: add --seo flag to
-
1.0.1103 Aug 2026Release notes
Open source →- fix: release.sh now looks for commits touching the package directory
- chore: add release.sh scripts to all packages
-
1.0.1002 Aug 2026Release notes
Open source →- Updated generated project dependencies to latest versions
- Fixed
camelCasedgetter crash on trailing separators - Changed pipe template to use
implementsinstead ofextendsforPipeTransform
-
1.0.931 Jul 2026Release notes
Open source →- Updated documentation links to point to angulardartreborn.com
- Updated homepage to https://angulardartreborn.com
-
1.0.831 Jul 2026Nothing published for this version
-
1.0.731 Jul 2026Nothing published for this version
-
1.0.631 Jul 2026Nothing published for this version
-
1.0.531 Jul 2026Nothing published for this version
-
1.0.431 Jul 2026Nothing published for this version
-
1.0.331 Jul 2026Nothing published for this version
-
1.0.230 Jul 2026Release notes
Open source →- Added
topicsfor better discoverability on pub.dev - Added
issue_trackerURL - Added explicit
platformsdeclaration for Linux, macOS, and Windows
- Added
-
1.0.130 Jul 2026 -
1.0.030 Jul 2026Release notes
Open source →- Initial version
ngdart new <project>- Create a new AngularDart projectngdart generate component <Name>- Generate a componentngdart generate directive <Name>- Generate a directivengdart generate pipe <Name>- Generate a pipengdart generate service <Name>- Generate a service