gitsumu 0.7.3
gitsumu: ^0.7.3 copied to clipboard
Dart package provides code about compile environment (git info, flutter version ...).
0.7.1 #
Fixed #
- Capture beta version Dart version.
- The dart bundled with Flutter 3.38 is a beta one, use a loosy regex to capture it.
0.7.0 #
Changed #
- dep: Allow
analyzer < 8.0.0. - dep: Allow
source_gen < 3.0.0. - dep: Update dependencies.
0.6.0 #
Added #
- Add
gitCommitCountRepoto count commits in repo. - Add
gitCommitCountCurrentBranchto count commits on current branch.
Deprecated #
gitCommitCounthas been deprecated.- In former versions,
gitCommitCountwas mistakenly implemented to count all commits in repo while intended to count only on current branch. - Use
gitCommitCountRepoto count commits in repo, this is whatgitCommitCountdid before. - Use
gitCommitCountCurrentBranchto count commits on current branch.
- In former versions,
0.5.1 #
Fixed #
- Fix generating duplicate custom command variables by running build_runner in the second time and later.
0.5.0 #
0.4.1 #
Fixed #
- Fix
withNullabilityparam issue in analyzer package APIs.- analyzer before 6.5.0 requires it but marked deprecated since 6.5.0. Keep the param.
0.3.0 #
Added #
- Add platform support for custom commands:
platforms: Specify platforms to run the command on.platformDefaultValue: Set command result value on platforms that does not run the command.
0.2.1 #
0.1.0 #
- Initial version.