We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172f0a3 commit 55b0707Copy full SHA for 55b0707
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.1.9
2
+
3
+- Added safe area to modal for phones with notches
4
5
## 2.1.8
6
7
- Removed cards from grid list
lib/constants/constants.dart
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
class WalletConnectModalConstants {
- static const WALLETCONNECT_MODAL_VERSION = '2.1.8';
+ static const WALLETCONNECT_MODAL_VERSION = '2.1.9';
static const Key helpPageKey = Key('helpPageKey');
static const Key qrCodePageKey = Key('qrCodePageKey');
pubspec.yaml
@@ -1,6 +1,6 @@
name: walletconnect_modal_flutter
description: The WalletConnectModal for WalletConnect built using Flutter.
-version: 2.1.8
+version: 2.1.9
repository: https://github.com/WalletConnect/WalletConnectModalFlutter
environment:
0 commit comments