Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit f5a7cac

Browse files
committedNov 6, 2022
project: update dependences
1 parent 3b886c5 commit f5a7cac

File tree

3 files changed

+19
-20
lines changed

3 files changed

+19
-20
lines changed
 

‎.github/workflows/build-on-tag.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
sudo mkdir -p /workdir
2121
sudo chown $USER:$GROUPS /workdir
2222
23-
- name: Install Flutter 3.0.5
23+
- name: Install Flutter 3.3.7
2424
uses: subosito/flutter-action@v2
2525
with:
26-
flutter-version: '3.0.5'
26+
flutter-version: '3.3.7'
2727
channel: 'stable'
2828

2929
- name: Build with Flutter

‎pubspec.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "44.0.0"
10+
version: "47.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "4.4.0"
17+
version: "4.7.0"
1818
args:
1919
dependency: transitive
2020
description:
@@ -70,7 +70,7 @@ packages:
7070
name: build_runner
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "2.2.0"
73+
version: "2.3.2"
7474
build_runner_core:
7575
dependency: transitive
7676
description:
@@ -243,7 +243,7 @@ packages:
243243
name: flutter_markdown
244244
url: "https://pub.dartlang.org"
245245
source: hosted
246-
version: "0.6.10+3"
246+
version: "0.6.13"
247247
flutter_test:
248248
dependency: "direct dev"
249249
description: flutter
@@ -260,7 +260,7 @@ packages:
260260
name: frontend_server_client
261261
url: "https://pub.dartlang.org"
262262
source: hosted
263-
version: "2.1.3"
263+
version: "3.1.0"
264264
glob:
265265
dependency: transitive
266266
description:
@@ -316,14 +316,14 @@ packages:
316316
name: json_annotation
317317
url: "https://pub.dartlang.org"
318318
source: hosted
319-
version: "4.6.0"
319+
version: "4.7.0"
320320
json_serializable:
321321
dependency: "direct dev"
322322
description:
323323
name: json_serializable
324324
url: "https://pub.dartlang.org"
325325
source: hosted
326-
version: "6.3.1"
326+
version: "6.5.4"
327327
lints:
328328
dependency: transitive
329329
description:
@@ -351,7 +351,7 @@ packages:
351351
name: markdown
352352
url: "https://pub.dartlang.org"
353353
source: hosted
354-
version: "5.0.0"
354+
version: "6.0.1"
355355
marquee:
356356
dependency: "direct main"
357357
description:
@@ -657,7 +657,7 @@ packages:
657657
name: url_launcher
658658
url: "https://pub.dartlang.org"
659659
source: hosted
660-
version: "6.1.5"
660+
version: "6.1.6"
661661
url_launcher_android:
662662
dependency: transitive
663663
description:
@@ -750,5 +750,5 @@ packages:
750750
source: hosted
751751
version: "3.1.1"
752752
sdks:
753-
dart: ">=2.17.1 <3.0.0"
753+
dart: ">=2.18.4 <3.0.0"
754754
flutter: ">=3.0.0"

‎pubspec.yaml

+7-8
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: ">=2.17.1 <3.0.0"
21+
sdk: ">=2.18.4 <3.0.0"
2222

2323
# Dependencies specify other packages that your package needs in order to work.
2424
# To automatically upgrade your package dependencies to the latest versions
@@ -35,32 +35,31 @@ dependencies:
3535
tree_view: ^0.0.6
3636
log4f: ^0.0.3
3737
fluro: ^2.0.3
38-
flutter_markdown: ^0.6.10+3
38+
flutter_markdown: ^0.6.13
3939
shared_preferences: ^2.0.15
4040
responsive_framework: ^0.2.0
4141
dio: ^4.0.6
42-
url_launcher: ^6.1.5
42+
url_launcher: ^6.1.6
4343
marquee: ^2.2.3
4444
flutter_breadcrumb: ^1.0.1
4545
crypto: ^3.0.2
4646

47-
4847
# The following adds the Cupertino Icons font to your application.
4948
# Use with the CupertinoIcons class for iOS style icons.
50-
cupertino_icons: ^1.0.2
49+
cupertino_icons: ^1.0.5
5150

5251
dev_dependencies:
5352
flutter_test:
5453
sdk: flutter
55-
json_serializable: ^6.3.1
56-
build_runner: ^2.2.0
54+
json_serializable: ^6.5.4
55+
build_runner: ^2.3.2
5756

5857
# The "flutter_lints" package below contains a set of recommended lints to
5958
# encourage good coding practices. The lint set provided by the package is
6059
# activated in the `analysis_options.yaml` file located at the root of your
6160
# package. See that file for information about deactivating specific lint
6261
# rules and activating additional ones.
63-
flutter_lints: ^2.0.0
62+
flutter_lints: ^2.0.1
6463

6564
# For information on the generic Dart part of this file, see the
6665
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)
This repository has been archived.