Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
feat: add title to MaterialApp in app.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
abianche committed Jan 8, 2025
1 parent 8b3ed07 commit 4428399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class App extends StatelessWidget {
BlocProvider(create: (_) => NavigationBloc()),
],
child: MaterialApp(
title: 'First Day',
home: const Navigation(),
),
);
Expand Down

0 comments on commit 4428399

Please sign in to comment.