Skip to content

Commit 93eeb47

Browse files
author
Sterling Long
committed
2.1.5
1 parent 4cf9019 commit 93eeb47

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 2.1.5
22

33
- Added height parameter to the `WalletConnectModalConnect` button
4+
- Removed image from QR Code, it was sometimes causing problems and needs more testing
45

56
## 2.1.4
67

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.3';
4+
static const WALLETCONNECT_MODAL_VERSION = '2.1.5';
55

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

lib/widgets/qr_code_widget.dart

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ class _QRCodeWidgetState extends State<QRCodeWidget> {
116116
color: Colors.black,
117117
),
118118
// gapless: true,
119-
embeddedImage: const AssetImage(
120-
'assets/walletconnect_logo_blue_solid_background.png',
121-
package: 'walletconnect_modal_flutter',
122-
// color: themeData.primary100,
123-
),
124-
embeddedImageStyle: const QrEmbeddedImageStyle(
125-
size: Size(100, 100),
126-
// color: themeData.primary100,
127-
),
119+
// embeddedImage: const AssetImage(
120+
// 'assets/walletconnect_logo_blue_solid_background.png',
121+
// package: 'walletconnect_modal_flutter',
122+
// // color: themeData.primary100,
123+
// ),
124+
// embeddedImageStyle: const QrEmbeddedImageStyle(
125+
// size: Size(80, 80),
126+
// // color: themeData.primary100,
127+
// ),
128128
embeddedImageEmitsError: true,
129129
),
130130
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.4
3+
version: 2.1.5
44
repository: https://github.com/WalletConnect/WalletConnectModalFlutter
55

66
environment:

0 commit comments

Comments
 (0)