Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 979 Bytes

File metadata and controls

16 lines (14 loc) · 979 Bytes

Personal Expense App

Sample app that keeps log of your expenses.

Pre-requisites

  1. Flutter SDK
  2. Git
  3. VS Code (Dart Plugin) or Android Studio (Flutter plugin)

Getting Started

Update the pubspec.yaml file with the extra dependencies uploaded here. Follow through the folders to get the codes accorgingly. The folders "assets" and "dev_assets" are created for convinience. Regarding splash screen, all codes and resources are uploaded here.

Flutter SDK

https://flutter.dev/docs/get-started/install

Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia, and the web from a single codebase. It uses the Dart programming language.

Git

https://git-scm.com/downloads

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Flutter sdk makes use of the Git VCS.