Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Dec 20, 2022
1 parent 76492f5 commit d3c0bd5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ packages:
name: flutter_inappwebview
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.2"
version: "5.7.2+3"
flutter_localizations:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -547,21 +547,21 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.8"
version: "0.5.1"
polkawallet_sdk:
dependency: transitive
description:
name: polkawallet_sdk
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.5.1"
polkawallet_ui:
dependency: "direct main"
description:
path: "../../ui"
relative: true
source: path
version: "0.4.9"
version: "0.5.1"
process:
dependency: transitive
description:
Expand Down Expand Up @@ -912,4 +912,4 @@ packages:
version: "3.1.1"
sdks:
dart: ">=2.17.0 <3.0.0"
flutter: ">=2.11.0-0.1.pre"
flutter: ">=3.0.0"
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ packages:
name: flutter_inappwebview
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.2"
version: "5.7.2+3"
flutter_mobx:
dependency: "direct main"
description:
Expand Down Expand Up @@ -484,7 +484,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
version: "0.12.12"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -635,17 +635,17 @@ packages:
polkawallet_sdk:
dependency: "direct main"
description:
path: "../sdk"
relative: true
source: path
version: "0.4.8"
name: polkawallet_sdk
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.1"
polkawallet_ui:
dependency: "direct main"
description:
path: "../ui"
relative: true
source: path
version: "0.4.9"
name: polkawallet_ui
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.1"
pool:
dependency: transitive
description:
Expand Down Expand Up @@ -888,7 +888,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.4.12"
timing:
dependency: transitive
description:
Expand Down Expand Up @@ -1045,4 +1045,4 @@ packages:
version: "3.1.0"
sdks:
dart: ">=2.17.0 <3.0.0"
flutter: ">=2.11.0-0.1.pre"
flutter: ">=3.0.0"
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dev_dependencies:
sdk: flutter

dependency_overrides:
polkawallet_ui:
path: ../ui
polkawallet_sdk:
path: ../sdk
# polkawallet_ui:
# path: ../ui
# polkawallet_sdk:
# path: ../sdk

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

0 comments on commit d3c0bd5

Please sign in to comment.