dart_calc version: 0.0.3

Published 2024-02-01

reinbeumer

sdk | dart
repository | svn
platform | console
status | n/a
  • Readme
  • Changelog
  • Versions

dart_calc

A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/.

graph

Install

Run the command dart pub global activate --source path . in the work_dart/dart_calc/ folder to run the source version.

Run the dart pub global activate dart_calc --hosted-url http://pub.dev.huighaverlag.nl to install the hosted executable.

Run

Execute with dart_calc.

Remove

Remove with dart pub global deactivate dart_calc.

Changelog

0.0.3 - 2024-02-01

Changed

  • Version bump from 0.0.2 to 0.0.3 (Resolve package version confusions).

0.0.2 - 2024-01-04

Changed

  • Version bump from 0.0.1 to 0.0.2 (added 'executable' to pubspec.yaml).

0.0.1 - 2023-07-26

  • Initial version.

0.0.3

2024-02-01 download

0.0.1

2023-07-26 download