Change button wording
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user