Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expense_tracker

A new Flutter project.

Getting Started

  • Core is a common/shared folder

Project Directory Structure

  • UI -> Provider -> Repository -> Service

Standard to be follow:

  • Don't create any service or repository in any class instead pass the instance through constructor.
  • Don't create long build method. Create smaller widget functions or separated stateless widget
  • Don't write big functions. Instead create small/modular testable functions.
  • Create readable and meaningful file, class, function and variable names.
  • Remember your dart file should not have any warning in it.

About

A expense tracker app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages