Skip to content

Commit 1275c1d

Browse files
committed
Title name and readme updated
1 parent b6eb587 commit 1275c1d

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
# custom_navigation_drawer
22

3-
A new Flutter project.
3+
A custom Navigation drawer using Flutter.
44

5-
## Getting Started
6-
7-
This project is a starting point for a Flutter application.
8-
9-
A few resources to get you started if this is your first Flutter project:
10-
11-
- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook)
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.io/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class MyApp extends StatelessWidget {
77
@override
88
Widget build(BuildContext context) {
99
return MaterialApp(
10-
title: 'Flutter backdrop',
10+
title: 'Flutter Custom Navigation Drawer',
1111
theme: ThemeData(
1212
primarySwatch: Colors.blue,
1313
),
@@ -49,7 +49,7 @@ class _MyHomePageState extends State<MyHomePage>
4949
Widget build(BuildContext context) {
5050
return Scaffold(
5151
appBar: AppBar(
52-
title: Text("Backdrop"),
52+
title: Text("Slide Drawer"),
5353
elevation: 0,
5454
leading: IconButton(
5555
onPressed: () {

0 commit comments

Comments
 (0)