Skip to content

Commit 6d2148f

Browse files
committed
changed sidenav app title
1 parent 78872ba commit 6d2148f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flutter_sidenav/flutter_sidenav/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class App extends StatelessWidget {
88
@override
99
Widget build(BuildContext context) {
1010
return MaterialApp(
11-
title: 'Flutter Demo',
11+
title: 'Flutter Sidenav',
1212
theme: ThemeData(
1313
//
1414
primarySwatch: Colors.red,

0 commit comments

Comments
 (0)