Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 849 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 849 Bytes

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.