Improve titles in example app

This commit is contained in:
Foti Dim
2024-01-26 21:35:34 +01:00
parent 2326e598cf
commit 2dedc0e600
5 changed files with 7 additions and 20 deletions
-13
View File
@@ -1,16 +1,3 @@
# universal_ble_example
Demonstrates how to use the universal_ble plugin.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
+1 -1
View File
@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Universal Ble</string>
<string>Universal BLE</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
+1 -1
View File
@@ -67,7 +67,7 @@ class _MyAppState extends State<MyApp> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Universal Ble'),
title: const Text('Universal BLE'),
elevation: 4,
actions: [
if (_isScanning)
+2 -2
View File
@@ -18,12 +18,12 @@
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="description" content="Example app for Web.">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="example">
<meta name="apple-mobile-web-app-title" content="Example app for Web.">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
+3 -3
View File
@@ -1,11 +1,11 @@
{
"name": "example",
"short_name": "example",
"name": "Universal BLE",
"short_name": "Universal BLE",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"description": "Example app for Web",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [