Skip to content

Commit

Permalink
Updated some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 18, 2021
1 parent 152c60c commit 6fe7d41
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 28 deletions.
2 changes: 1 addition & 1 deletion assets/i18n/es.json
Expand Up @@ -3245,7 +3245,7 @@
{
"key": "Xiangling",
"name": "Xiangling",
"description": "Una reconida chef de Liyue. Le aposiona la cocina y sobresale al hacer sus platos calientes y picantes.",
"description": "Una reconida chef de Liyue. Le apasiona la cocina y sobresale al hacer sus platos calientes y picantes.",
"skills": [
{
"key": "s1",
Expand Down
33 changes: 13 additions & 20 deletions pubspec.lock
Expand Up @@ -217,7 +217,7 @@ packages:
name: devicelocale
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.3"
version: "0.4.0"
dog:
dependency: "direct main"
description:
Expand Down Expand Up @@ -454,7 +454,7 @@ packages:
name: lint
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.2"
version: "1.5.3"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -580,14 +580,14 @@ packages:
name: permission_handler
url: "https://pub.dartlang.org"
source: hosted
version: "5.1.0+2"
version: "6.1.0"
permission_handler_platform_interface:
dependency: transitive
description:
name: permission_handler_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "3.1.0"
petitparser:
dependency: transitive
description:
Expand All @@ -608,7 +608,7 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "2.0.0"
pool:
dependency: transitive
description:
Expand Down Expand Up @@ -657,7 +657,7 @@ packages:
name: rate_my_app
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0+1"
version: "1.0.0+2"
screenshot:
dependency: "direct main"
description:
Expand All @@ -671,7 +671,7 @@ packages:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.0.5"
shared_preferences_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -754,13 +754,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.0"
sqlite3_flutter_libs:
dependency: "direct main"
description:
name: sqlite3_flutter_libs
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0+1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -837,42 +830,42 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "5.7.10"
version: "6.0.2"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+4"
version: "2.0.0"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+9"
version: "2.0.0"
url_launcher_platform_interface:
dependency: transitive
description:
name: url_launcher_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.9"
version: "2.0.2"
url_launcher_web:
dependency: transitive
description:
name: url_launcher_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.5+3"
version: "2.0.0"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+3"
version: "2.0.0"
vector_math:
dependency: transitive
description:
Expand Down
13 changes: 6 additions & 7 deletions pubspec.yaml
Expand Up @@ -24,7 +24,7 @@ dependencies:
cupertino_icons: ^1.0.2
data_connection_checker: ^0.3.4
device_info: ^2.0.0
devicelocale: ^0.3.3
devicelocale: ^0.4.1
dog: ^1.3.1
enum_to_string: ^1.0.14
flutter:
Expand All @@ -47,16 +47,15 @@ dependencies:
package_info: ^2.0.0
path: ^1.8.0
path_provider: ^2.0.1
permission_handler: ^5.1.0+2
rate_my_app: ^1.0.0+1
permission_handler: ^6.1.0
rate_my_app: ^1.0.0+2
screenshot: ^0.3.0
shared_preferences: ^2.0.4
shared_preferences: ^2.0.5
smooth_star_rating: 1.1.1
sprintf: ^6.0.0
sqlite3_flutter_libs: ^0.4.0+1
transparent_image: 1.0.0
tuple: ^1.0.3
url_launcher: 5.7.10
url_launcher: ^6.0.2

dev_dependencies:
build_runner: ^1.10.6
Expand All @@ -65,7 +64,7 @@ dev_dependencies:
sdk: flutter
freezed: ^0.12.7
json_serializable: ^3.3.0
lint: ^1.5.2
lint: ^1.5.3

flutter_icons:
android: "launcher_icon"
Expand Down

0 comments on commit 6fe7d41

Please sign in to comment.