Skip to content

Commit 5c3a0f8

Browse files
dfdgsdfgdotdoom
authored andcommitted
Print build logs when --verbose flag is found
1 parent 5709a47 commit 5c3a0f8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.0
2+
3+
- If args has `--verbase` then print the flutter command to be executed.
4+
15
## 0.8.0
26

37
- Parse "flutter build" command output even when it doesn't contain a period.

lib/fastlane/plugin/flutter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module Flutter
5-
VERSION = '0.8.0'
5+
VERSION = '0.9.0'
66
end
77
end

0 commit comments

Comments
 (0)