Update dependencies and stacks to build in CI

This commit is contained in:
Dat PHAM HOANG
2022-02-08 11:52:53 +07:00
committed by Dat H. Pham
parent 016b06be7f
commit 67c0f50575
6 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ workflows:
- git-clone@6: {}
- flutter-installer@0:
inputs:
- installation_bundle_url: https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_2.8.1-stable.zip
- installation_bundle_url: https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_2.10.0-stable.zip
- is_update: 'false'
- script@1:
title: Do anything with Script step
+5 -5
View File
@@ -20,7 +20,7 @@ publish_to: none
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"
dependencies:
flutter:
@@ -31,18 +31,18 @@ dependencies:
cupertino_icons: ^1.0.2
# flutter_svg
flutter_svg: 0.22.0
flutter_svg: 1.0.3
# Http client
dio: 4.0.0
dio: 4.0.4
# dartz
dartz: 0.10.0-nullsafety.2
dartz: 0.10.1
# equatable
equatable: 2.0.3
built_collection: 5.1.0
built_collection: 5.1.1
html: 0.15.0
+1 -1
View File
@@ -155,7 +155,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1020;
LastUpgradeCheck = 1300;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
+7 -5
View File
@@ -20,7 +20,7 @@ publish_to: none
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"
dependencies:
flutter:
@@ -37,7 +37,7 @@ dependencies:
equatable: 2.0.3
# quiver
quiver: 3.0.1
quiver: 3.0.1+1
# intl
intl: 0.17.0
@@ -52,7 +52,7 @@ dependencies:
uri: 1.0.0
# json_annotation
json_annotation: 4.0.1
json_annotation: 4.4.0
# http_parser
http_parser: 4.0.0
@@ -64,9 +64,11 @@ dev_dependencies:
flutter_test:
sdk: flutter
build_runner: 2.0.5
build_runner: 2.1.7
json_serializable: 4.1.3
json_serializable: 6.1.4
analyzer: 3.2.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
+8 -8
View File
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"
dependencies:
flutter:
@@ -41,13 +41,13 @@ dependencies:
get: 4.1.4
# intl
intl_generator: 0.2.0+0
intl_generator: 0.2.1
# flutter_svg
flutter_svg: 0.22.0
flutter_svg: 1.0.3
# Http client
dio: 4.0.0
dio: 4.0.4
# equatable
equatable: 2.0.3
@@ -56,12 +56,12 @@ dependencies:
shared_preferences: 2.0.5
# either
dartz: 0.10.0-nullsafety.2
dartz: 0.10.1
# flutter_typeahead
flutter_typeahead: 3.1.1
built_collection: 5.1.0
built_collection: 5.1.1
# jmap_dart_client
jmap_dart_client:
@@ -126,9 +126,9 @@ dev_dependencies:
flutter_test:
sdk: flutter
build_runner: 2.0.5
build_runner: 2.1.7
mockito: 5.0.10
mockito: 5.0.17
hive_generator: 1.1.1
# For information on the generic Dart part of this file, see the