Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 819d247

Browse files
ianmacielfelangel
authored andcommitted
fix: flutter version on github workflow (#44)
1 parent 89185f1 commit 819d247

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

brick/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.4
2+
3+
- fix: upgrade workflow to use Flutter 3.7.3 for compatibility with Very Good Analysis
4+
15
# 0.2.3
26

37
- feat: upgrade to `very_good_analysis ^4.0.0`

brick/__brick__/{{project_name.snakeCase()}}/.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
1919
flutter_channel: stable
20-
flutter_version: 3.7.0
20+
flutter_version: 3.7.3
2121
{{#publishable}}
2222
pana:
2323
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1

brick/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: very_good_flutter_package
22
description: A Very Good Flutter package created by Very Good Ventures.
33
repository: https://github.com/VeryGoodOpenSource/very_good_flutter_package
4-
version: 0.2.3
4+
version: 0.2.4
55

66
environment:
77
mason: ">=0.1.0-dev.32 <0.1.0"

patches/workflow_pana.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ index b85c81c..3409173 100644
55
@@ -18,3 +18,7 @@ jobs:
66
with:
77
flutter_channel: stable
8-
flutter_version: 3.7.0
8+
flutter_version: 3.7.3
99
+{{#publishable}}
1010
+ pana:
1111
+ uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1

src/very_good_flutter_package/.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
1818
with:
1919
flutter_channel: stable
20-
flutter_version: 3.7.0
20+
flutter_version: 3.7.3

0 commit comments

Comments
 (0)