Skip to content

Flutter application consists of basic structure and standards to follow.

Notifications You must be signed in to change notification settings

hvbeladiya149/flutter_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Sample

Here in this demo I am showing basic standard of flutter application with mac support for desktop application.

Packages

Brief description about packages for their use

  • "models" includes business logic structure
  • "parsers" includes callApi methods of restful API.
  • "screens" includes screen pages.
  • "utils" includes Global classes.
  • "value" includes resource strings, colors and image paths.
  • "widgets" includes custom widgets.

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

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