Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasannKavlekar committed Nov 28, 2023
1 parent dd0c08d commit 9a6d101
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ class MainApp extends StatelessWidget {

@override
Widget build(BuildContext context) {
return const MaterialApp(
return MaterialApp(
home: Scaffold(
body: Center(
appBar: AppBar(
title: const Text('News App'),
),
body: const Center(
child: Text('Hello World!'),
),
),
Expand Down

0 comments on commit 9a6d101

Please sign in to comment.