From 8e807616e05dc2832eb946a7068aaaea65c47fe8 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:29:08 +0530 Subject: [PATCH] Bump version --- mobile/apps/auth/lib/ui/qr_test_page.dart | 46 ----------------------- mobile/apps/auth/pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 mobile/apps/auth/lib/ui/qr_test_page.dart diff --git a/mobile/apps/auth/lib/ui/qr_test_page.dart b/mobile/apps/auth/lib/ui/qr_test_page.dart deleted file mode 100644 index dbd6656783..0000000000 --- a/mobile/apps/auth/lib/ui/qr_test_page.dart +++ /dev/null @@ -1,46 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:ente_qr/ente_qr.dart'; - -class QrTestPage extends StatefulWidget { - @override - _QrTestPageState createState() => _QrTestPageState(); -} - -class _QrTestPageState extends State { - String _platformVersion = 'Unknown'; - final _enteQr = EnteQr(); - - @override - void initState() { - super.initState(); - initPlatformState(); - } - - Future initPlatformState() async { - String platformVersion; - try { - platformVersion = - await _enteQr.getPlatformVersion() ?? 'Unknown platform version'; - } catch (e) { - platformVersion = 'Failed to get platform version: $e'; - } - - if (!mounted) return; - - setState(() { - _platformVersion = platformVersion; - }); - } - - @override - Widget build(BuildContext context) { - return Scaffold( - appBar: AppBar( - title: const Text('QR Plugin Test'), - ), - body: Center( - child: Text('Running on: $_platformVersion\n'), - ), - ); - } -} diff --git a/mobile/apps/auth/pubspec.yaml b/mobile/apps/auth/pubspec.yaml index c349a510af..ea48aa9e46 100644 --- a/mobile/apps/auth/pubspec.yaml +++ b/mobile/apps/auth/pubspec.yaml @@ -1,6 +1,6 @@ name: ente_auth description: ente two-factor authenticator -version: 4.4.6+446 +version: 4.4.7+447 publish_to: none environment: