Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add version command #150

Merged
merged 3 commits into from
Oct 28, 2021
Merged

feat: add version command #150

merged 3 commits into from
Oct 28, 2021

Conversation

wasabeef
Copy link
Member

@wasabeef wasabeef commented Oct 25, 2021

What does this change?

Added the --version option.

% fluttergen --version 
FlutterGen v4.0.1

@wasabeef wasabeef added this to the 4.1.0 milestone Oct 25, 2021
@wasabeef wasabeef requested a review from lcdsmao October 25, 2021 15:57
@codecov
Copy link

codecov bot commented Oct 25, 2021

Codecov Report

Merging #150 (d4b4b17) into main (e2cd36c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #150   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files          18       19    +1     
  Lines         563      565    +2     
=======================================
+ Hits          557      559    +2     
  Misses          6        6           
Impacted Files Coverage Δ
packages/core/lib/flutter_generator.dart 93.93% <100.00%> (+0.18%) ⬆️
packages/core/lib/settings/config.dart 100.00% <100.00%> (ø)
packages/core/lib/utils/version.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2cd36c...d4b4b17. Read the comment docs.

packages/core/lib/flutter_generator.dart Outdated Show resolved Hide resolved
@wasabeef wasabeef merged commit 48b4e15 into main Oct 28, 2021
@wasabeef wasabeef deleted the feat-version branch October 28, 2021 16:47
@wasabeef wasabeef mentioned this pull request Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants