Showing
5 changed files
with
19 additions
and
15 deletions
@@ -14,7 +14,7 @@ jobs: | @@ -14,7 +14,7 @@ jobs: | ||
14 | - uses: actions/checkout@v2 | 14 | - uses: actions/checkout@v2 |
15 | - uses: subosito/flutter-action@v1 | 15 | - uses: subosito/flutter-action@v1 |
16 | with: | 16 | with: |
17 | - channel: dev | 17 | + channel: stable |
18 | - name: Install utils | 18 | - name: Install utils |
19 | run: sudo apt install poppler-utils imagemagick | 19 | run: sudo apt install poppler-utils imagemagick |
20 | - name: Run analysis | 20 | - name: Run analysis |
@@ -10,11 +10,11 @@ environment: | @@ -10,11 +10,11 @@ environment: | ||
10 | dependencies: | 10 | dependencies: |
11 | flutter: | 11 | flutter: |
12 | sdk: flutter | 12 | sdk: flutter |
13 | - intl: ^0.17.0-nullsafety | 13 | + intl: |
14 | open_file: | 14 | open_file: |
15 | - path_provider: ^2.0.0-nullsafety | 15 | + path_provider: |
16 | printing: | 16 | printing: |
17 | - url_launcher: ^6.0.0-nullsafety | 17 | + url_launcher: |
18 | 18 | ||
19 | dev_dependencies: | 19 | dev_dependencies: |
20 | flutter_test: | 20 | flutter_test: |
@@ -10,15 +10,15 @@ environment: | @@ -10,15 +10,15 @@ environment: | ||
10 | sdk: ">=2.12.0-0 <3.0.0" | 10 | sdk: ">=2.12.0-0 <3.0.0" |
11 | 11 | ||
12 | dependencies: | 12 | dependencies: |
13 | - archive: ^3.0.0-nullsafety | ||
14 | - barcode: ^2.0.0-nullsafety | ||
15 | - crypto: ^3.0.0-nullsafety | ||
16 | - image: ^3.0.0-nullsafety | ||
17 | - meta: ^1.3.0-nullsafety | 13 | + archive: ^3.1.0 |
14 | + barcode: ^2.1.0 | ||
15 | + crypto: ^3.0.0 | ||
16 | + image: ^3.0.1 | ||
17 | + meta: ^1.3.0 | ||
18 | path_parsing: ^0.2.0-nullsafety | 18 | path_parsing: ^0.2.0-nullsafety |
19 | - vector_math: ^2.1.0-nullsafety | ||
20 | - xml: ^5.0.0-nullsafety | 19 | + vector_math: ^2.1.0 |
20 | + xml: ^5.0.0 | ||
21 | 21 | ||
22 | dev_dependencies: | 22 | dev_dependencies: |
23 | - pedantic: ^1.10.0-nullsafety | ||
24 | - test: ^1.16.0-nullsafety | 23 | + pedantic: ^1.11.0 |
24 | + test: ^1.16.0 |
@@ -22,13 +22,13 @@ dependencies: | @@ -22,13 +22,13 @@ dependencies: | ||
22 | image: ^3.0.1 | 22 | image: ^3.0.1 |
23 | js: ^0.6.3 | 23 | js: ^0.6.3 |
24 | meta: ^1.3.0 | 24 | meta: ^1.3.0 |
25 | - pdf: ^3.0.0 | 25 | + pdf: ^3.0.1 |
26 | plugin_platform_interface: ^2.0.0 | 26 | plugin_platform_interface: ^2.0.0 |
27 | 27 | ||
28 | dev_dependencies: | 28 | dev_dependencies: |
29 | flutter_test: | 29 | flutter_test: |
30 | sdk: flutter | 30 | sdk: flutter |
31 | - mockito: ^5.0.0-nullsafety | 31 | + mockito: ^5.0.0 |
32 | 32 | ||
33 | dependency_overrides: | 33 | dependency_overrides: |
34 | pdf: | 34 | pdf: |
-
Please register or login to post a comment