Skip to content

wellmoonloft/vara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vara

Personal asset management 🇨🇳简体中文 | 🇺🇸English

Introduction

Vara [Estonian], means assets, A personal asset management app developed in flutter

Because of Covid-19,people attach great importance to "after-sleep income" in this year , so the demand for personal asset management and value-added has grown by leaps and bounds. Personally, I also have funds that "have not been valued very much in the past and very little". I hope to check funds, invest and bookkeeping by one mobile APP.

Since I have used most of the mainstream accounting apps in appstore. It is extremely uncomfortable for programmers to manual accounting. I mean this is 0202! People do not want to manual accounting. In addition, the biggest problem is those App need to log in! Log in will involve data upload. This is asset management App. Although my pockets are thin, it is also unbearable.

Therefore I need an APP like this:

  1. Able to automatically record investment and living consumption (at least support EXCEL import)
  2. No need to create users, fully localized (It can have http request, but can only use Get request to receive exchange rates and bills)
  3. Supports multiple currencies, and can be summarized according to the exchange rate according to the designated currency
  4. Support the investment list and daily consumption list, and have multiple reports and charts for viewing. Open the App every day with coffee and view your own rate of return, when you can achieve the most basic financial freedom (not working or starving)
  5. It is best to be able to write import scripts by yourself. After all, there are so many investment channels and payment channels for daily consumption. It seems impossible to update the App every time.

Quick start

  1. Clone from git

  2. Do flutter create .  in your project directory

  3. Do flutter packages get in your project directory

Reference

Dependents

  • font_awesome_flutter: ^8.8.1 The Font Awesome Icon pack available as set of Flutter Icons.
  • intl: ^0.16.1 This package provides internationalization and localization facilities, including message translation, plurals and genders, date/number formatting and parsing, and bidirectional text.
  • charts_flutter: ^0.9.0 Material Design data visualization library written natively in Dart.
  • sqflite: ^1.3.1 SQLite plugin for Flutter.
  • path_provider: ^1.6.14 A Flutter plugin for finding commonly used locations on the filesystem.
  • file_picker: ^1.13.3 A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extensions filtering support.
  • excel: ^1.1.5 Excel is a flutter and dart library for creating and updating excel-sheets for XLSX files.
  • provider: ^4.3.2 A wrapper around InheritedWidget to make them easier to use and more reusable.

Progress

It's not finished yet. I uploaded it to git just because there are two computers in my office and home, umm.

Releases

No releases published

Packages

No packages published

Languages