Skip to content

Commit d0ba2ae

Browse files
committed
chore(examples): update app title from Sample App to Flutter
1 parent 8417991 commit d0ba2ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Build the app with:
9999
- Dart 3+ with null safety
100100
- Material 3 theming with OneSignal brand colors
101101
- App name: "OneSignal Demo"
102-
- Top app bar: centered title with OneSignal logo SVG + "Sample App" text (use centerTitle: true on AppBar)
102+
- Top app bar: centered title with OneSignal logo SVG + "Flutter" text (use centerTitle: true on AppBar)
103103
- Support for both Android and iOS
104104
- Android package name: com.onesignal.example
105105
- iOS bundle identifier: com.onesignal.example

examples/demo/lib/screens/home_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class _HomeScreenState extends State<HomeScreen> {
8282
),
8383
const SizedBox(width: 8),
8484
Text(
85-
'Sample App',
85+
'Flutter',
8686
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
8787
color: Colors.white,
8888
),

0 commit comments

Comments
 (0)