Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinTrack

FinTrack is an offline-first portfolio tracking application built with Flutter. It helps you track your investments across various asset classes (Stocks, Crypto, Real Estate, etc.) with real-time profit/loss calculation.

Features

  • Multi-Asset Tracking: Support for Stocks, Crypto, Gold, Real Estate, and more.
  • Privacy Focused: All data is stored locally on your device using Hive.
  • Cross-Platform: Runs on macOS, Windows, Linux, iOS, and Android.
  • Analytics: Dashboard with total net worth and portfolio allocation.

Tech Stack

  • Framework: Flutter
  • State Management: Riverpod
  • Database: Hive (NoSQL)
  • Navigation: GoRouter
  • UI: Material 3

Getting Started

  1. Install Dependencies

    flutter pub get
  2. Generate Code

    flutter pub run build_runner build --delete-conflicting-outputs
  3. Run the App

    macOS

    flutter run -d macos

    Windows

    flutter config --enable-windows-desktop
    flutter run -d windows

    Linux

    flutter config --enable-linux-desktop
    flutter run -d linux

    Web

    flutter run -d chrome

About

Offline-first Flutter app for tracking investments (stocks, crypto, real estate) with real-time profit/loss calculation.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages