Skip to content

aalberti333/personal-expenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Expenses App

A mobile application to manage personal expenses. A project from Maximilian Schwarzmüller's Flutter Udemy course.

Screenshots

Setup

Dart and Flutter will both need to be installed. Look to their docs for how to install/configure.

For running and editing, I personally recommend the following setup:

  • Genymotion for virtual android device
  • VSCode with Flutter/Dart extensions enabled
  • Android Studio (Download this only for the SDK, just use VSCode for your editor)

VSCode and Genymotion ran exceptionally well with little configuration, whereas Android Studio's editor/virtual device manager completely ate up my machine's resources. There's probably a way to configure Android Studio to run more effectively, but the alternative was simpler for me to pick up and run with.

VSCode helpers

  • ctrl+shift+i: auto format
  • ctrl+space: show available input options
  • hover over property: shows info about object
  • highlight -> format -> wrap in Container

After cloning the project, navigate into the root directory and run flutter pub get and then flutter run.

About

Flutter mobile app to manage personal expenses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published