mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-08 12:39:17 +00:00
updated: readme with demo gifs and proper information
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# navigation_drawer
|
||||
# Navigation Drawer
|
||||
|
||||
Example app showing implementing navigation Drawer.
|
||||
|
||||
<img src="demo_img.gif" height="600em" />
|
||||
|
||||
Navigation Drawer Implementation
|
||||
|
||||
## Getting Started
|
||||
|
||||
For help getting started with Flutter, view our online
|
||||
[documentation](http://flutter.io/).
|
||||
For help getting started with Flutter, view online [documentation](http://flutter.io/).
|
||||
BIN
navigation_drawer/demo_img.gif
Normal file
BIN
navigation_drawer/demo_img.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@@ -5,6 +5,7 @@ import 'package:navigation_drawer/screens/settings.dart';
|
||||
|
||||
void main() {
|
||||
runApp(new MaterialApp(
|
||||
debugShowCheckedModeBanner: false,
|
||||
home: new HomeScreen(), // route for home is '/' implicitly
|
||||
routes: <String, WidgetBuilder>{
|
||||
// define the routes
|
||||
|
||||
Reference in New Issue
Block a user