From 7a6e5552750176fc5c3ab040473cf878aa623815 Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Mon, 29 Dec 2025 11:23:36 +0100 Subject: [PATCH] Change button wording --- example/lib/home/permission_screen.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/lib/home/permission_screen.dart b/example/lib/home/permission_screen.dart index 8214cca..2468fcf 100644 --- a/example/lib/home/permission_screen.dart +++ b/example/lib/home/permission_screen.dart @@ -179,7 +179,7 @@ class _PermissionScreenState extends State label: Text( _isRequesting ? 'Requesting Permissions...' - : 'Grant Permissions', + : 'Get Started', style: const TextStyle(fontSize: 16), ), style: ElevatedButton.styleFrom( diff --git a/pubspec.yaml b/pubspec.yaml index 79c26c1..d36aac0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: universal_ble description: A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter -version: 1.0.0 +version: 1.0.0+2 homepage: https://navideck.com repository: https://github.com/Navideck/universal_ble issue_tracker: https://github.com/Navideck/universal_ble/issues