File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
22
33class 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' );
Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff line change 11name : walletconnect_modal_flutter
22description : The WalletConnectModal for WalletConnect built using Flutter.
3- version : 2.1.4
3+ version : 2.1.5
44repository : https://github.com/WalletConnect/WalletConnectModalFlutter
55
66environment :
You can’t perform that action at this time.
0 commit comments