ngdart_cli 1.3.0 copy "ngdart_cli: ^1.3.0" to clipboard
ngdart_cli: ^1.3.0 copied to clipboard

A command-line tool for creating and managing AngularDart projects.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0] - 2022-10-27 #

Changed #

  • Invoke pub through dart instead of directly. Now dart pub get should be able to run automatically when creating a new project.
  • Switch the template to use ngdart rather than the archived angular.

[1.2.0] - 2022-06-03 #

Changed #

  • Rename the package name from ngdart to ngdart_cli in order to free up this package name for the main angular package.
  • Small dependency packages version updates.
  • Add build_version to update project version in the package sources.

[1.1.0] - 2021-12-25 #

Fixed #

  • Fix outdated project template.
  • Fix inconsistent extra lines when error occurs.
  • Back to null safety.

Removed #

  • Remove build and serve command. Very hard to maintain & build a global package that uses null-safety itself but contains some unsound-null-safety code.

[1.0.2] - 2021-06-14 #

Fixed #

  • Fix missing .gitignore file (isn't generated when creating).

Added #

  • Run pub get after creating a new project.

Removed #

  • Remove unnecessary models, though this doesn't affect the program at all

[1.0.1] - 2021-05-31 #

Fixed #

  • Duplicate usage message on UsageException.
  • Symbols in debug logs can't show on some devices due to the use of illegal characters.

[1.0.0] - 2021-05-30 #

Added #

  • Initial version.
2
likes
140
pub points
0%
popularity

Publisher

verified publisherangulardart.xyz

A command-line tool for creating and managing AngularDart projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ansicolor, args, build, cli_util, dart_style, glob, path, yaml

More

Packages that depend on ngdart_cli