Skip to content

Commit a2071d0

Browse files
committed
update dependencies
1 parent 804386d commit a2071d0

8 files changed

Lines changed: 50 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
## 2.1.13
2+
3+
- Update dependency and license change
4+
15
## 2.1.12
26

37
- Update `walletconnect_flutter_v2` to use latest 2.1.5 version
48
- Rebuild connection URI after pairing expiration.
5-
9+
610
## 2.1.11
711

812
- `WalletConnectModalService.disconnect` now disconnects all sessions, unless you tell it to only disconnect the current one

example/sign/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
import FlutterMacOS
66
import Foundation
77

8+
import package_info_plus
89
import shared_preferences_foundation
910
import url_launcher_macos
1011

1112
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
13+
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
1214
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
1315
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
1416
}

example/sign/pubspec.lock

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,22 @@ packages:
576576
url: "https://pub.dev"
577577
source: hosted
578578
version: "2.1.0"
579+
package_info_plus:
580+
dependency: transitive
581+
description:
582+
name: package_info_plus
583+
sha256: "7e76fad405b3e4016cd39d08f455a4eb5199723cf594cd1b8916d47140d93017"
584+
url: "https://pub.dev"
585+
source: hosted
586+
version: "4.2.0"
587+
package_info_plus_platform_interface:
588+
dependency: transitive
589+
description:
590+
name: package_info_plus_platform_interface
591+
sha256: "9bc8ba46813a4cc42c66ab781470711781940780fd8beddd0c3da62506d3a6c6"
592+
url: "https://pub.dev"
593+
source: hosted
594+
version: "2.0.1"
579595
path:
580596
dependency: transitive
581597
description:
@@ -1001,17 +1017,17 @@ packages:
10011017
dependency: "direct main"
10021018
description:
10031019
name: walletconnect_flutter_v2
1004-
sha256: "7619022ecea01adc771aaaefb4cace48bc3e8645d5e5962d4859347c6a0ea777"
1020+
sha256: "00005750b01c5b924fc028e329bee5a77f79691c8c537709536e8ef27360510a"
10051021
url: "https://pub.dev"
10061022
source: hosted
1007-
version: "2.1.5"
1023+
version: "2.1.9"
10081024
walletconnect_modal_flutter:
10091025
dependency: "direct main"
10101026
description:
10111027
path: "../.."
10121028
relative: true
10131029
source: path
1014-
version: "2.1.12"
1030+
version: "2.1.13"
10151031
watcher:
10161032
dependency: transitive
10171033
description:

example/sign/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
sdk: flutter
3333
walletconnect_modal_flutter:
3434
path: ../..
35-
walletconnect_flutter_v2: ^2.1.5
35+
walletconnect_flutter_v2: ^2.1.9
3636

3737
# The following adds the Cupertino Icons font to your application.
3838
# Use with the CupertinoIcons class for iOS style icons.

lib/constants/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:flutter/material.dart';
22

33
class WalletConnectModalConstants {
4-
static const WALLETCONNECT_MODAL_VERSION = '2.1.12';
4+
static const WALLETCONNECT_MODAL_VERSION = '2.1.13';
55

66
static const Key helpPageKey = Key('helpPageKey');
77
static const Key qrCodePageKey = Key('qrCodePageKey');

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
import FlutterMacOS
66
import Foundation
77

8+
import package_info_plus
89
import shared_preferences_foundation
910
import url_launcher_macos
1011

1112
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
13+
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
1214
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
1315
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
1416
}

pubspec.lock

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,22 @@ packages:
552552
url: "https://pub.dev"
553553
source: hosted
554554
version: "2.1.0"
555+
package_info_plus:
556+
dependency: transitive
557+
description:
558+
name: package_info_plus
559+
sha256: "7e76fad405b3e4016cd39d08f455a4eb5199723cf594cd1b8916d47140d93017"
560+
url: "https://pub.dev"
561+
source: hosted
562+
version: "4.2.0"
563+
package_info_plus_platform_interface:
564+
dependency: transitive
565+
description:
566+
name: package_info_plus_platform_interface
567+
sha256: "9bc8ba46813a4cc42c66ab781470711781940780fd8beddd0c3da62506d3a6c6"
568+
url: "https://pub.dev"
569+
source: hosted
570+
version: "2.0.1"
555571
path:
556572
dependency: transitive
557573
description:
@@ -977,10 +993,10 @@ packages:
977993
dependency: "direct main"
978994
description:
979995
name: walletconnect_flutter_v2
980-
sha256: "7619022ecea01adc771aaaefb4cace48bc3e8645d5e5962d4859347c6a0ea777"
996+
sha256: "00005750b01c5b924fc028e329bee5a77f79691c8c537709536e8ef27360510a"
981997
url: "https://pub.dev"
982998
source: hosted
983-
version: "2.1.5"
999+
version: "2.1.9"
9841000
watcher:
9851001
dependency: transitive
9861002
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: walletconnect_modal_flutter
22
description: The WalletConnectModal for WalletConnect built using Flutter.
3-
version: 2.1.12
3+
version: 2.1.13
44
repository: https://github.com/WalletConnect/WalletConnectModalFlutter
55

66
environment:
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313

1414
cupertino_icons: ^1.0.2
15-
walletconnect_flutter_v2: ^2.1.5
15+
walletconnect_flutter_v2: ^2.1.9
1616
flutter_svg: ^2.0.6
1717
qr_flutter: ^4.1.0
1818
json_annotation: ^4.8.1

0 commit comments

Comments
 (0)