Change button wording

This commit is contained in:
Foti Dim
2025-12-29 11:23:36 +01:00
parent 4b62d61f58
commit 7a6e555275
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ class _PermissionScreenState extends State<PermissionScreen>
label: Text(
_isRequesting
? 'Requesting Permissions...'
: 'Grant Permissions',
: 'Get Started',
style: const TextStyle(fontSize: 16),
),
style: ElevatedButton.styleFrom(
+1 -1
View File
@@ -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