chore: Follow up qr code width

fluffychat-flutterwebauto2
Christian Kußowski 2 years ago
parent 901b4862e4
commit d235f3e511

@ -21,7 +21,7 @@ class NewPrivateChatView extends StatelessWidget {
@override
Widget build(BuildContext context) {
final qrCodeSize =
min(MediaQuery.of(context).size.width - 16, 200).toDouble();
min(MediaQuery.of(context).size.width - 16, 256).toDouble();
return Scaffold(
appBar: AppBar(
leading: const BackButton(),

@ -1,7 +1,7 @@
name: fluffychat
description: Chat with your friends.
publish_to: none
version: 1.10.0+3252
version: 1.10.0+3253
environment:
sdk: ">=2.12.0 <3.0.0"

Loading…
Cancel
Save