diff --git a/example/README.md b/example/README.md
index ab71c46..d991add 100644
--- a/example/README.md
+++ b/example/README.md
@@ -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.
diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist
index 69d7afc..26ca5df 100644
--- a/example/ios/Runner/Info.plist
+++ b/example/ios/Runner/Info.plist
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion$(DEVELOPMENT_LANGUAGE)CFBundleDisplayName
- Universal Ble
+ Universal BLECFBundleExecutable$(EXECUTABLE_NAME)CFBundleIdentifier
diff --git a/example/lib/home/home.dart b/example/lib/home/home.dart
index beaa5b8..b736189 100644
--- a/example/lib/home/home.dart
+++ b/example/lib/home/home.dart
@@ -67,7 +67,7 @@ class _MyAppState extends State {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
- title: const Text('Universal Ble'),
+ title: const Text('Universal BLE'),
elevation: 4,
actions: [
if (_isScanning)
diff --git a/example/web/index.html b/example/web/index.html
index 45cf2ca..312aac1 100644
--- a/example/web/index.html
+++ b/example/web/index.html
@@ -18,12 +18,12 @@
-
+
-
+
diff --git a/example/web/manifest.json b/example/web/manifest.json
index 096edf8..8bc88df 100644
--- a/example/web/manifest.json
+++ b/example/web/manifest.json
@@ -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": [