We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf6926 commit 1c7758cCopy full SHA for 1c7758c
.github/workflows/ci.yml
@@ -36,7 +36,9 @@ jobs:
36
37
- name: Create generated files
38
working-directory: central/ble_temperature/
39
- run: dart run build_runner build
+ run: |
40
+ flutter pub run intl_utils:generate
41
+ dart run build_runner build
42
43
- name: Check for any formatting issues
44
central/ble_temperature/pubspec.yaml
@@ -2,7 +2,7 @@ name: ble_temperature
2
description: A new Flutter project.
3
publish_to: 'none'
4
5
-version: 1.0.3+4
+version: 1.0.4+5
6
7
environment:
8
sdk: '>=3.0.5 <4.0.0'
0 commit comments