File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments