Skip to content

myvsparth/flutter_drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Drawer Startup Template

Description

Source code for flutter drawer startup template

Introduction

Startup drawer template for flutter to start a new project by pulling this repository.
This respository for reuse so anybody want to start from drawer app can use it.

Project Structure

  • main.dart :

    • Contains entry point for the app and initialize the master page which contains the drawer.
    • Page navigations will be defined in this file
    • One can define as more options as he/she can in drawer options
  • pages : Directory which contains the actual naviation pages

    • home_page.dart
    • about_page.dart

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.