Skip to content

dkofficial24/expense_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •