Skip to content

brandonp2412/MarketMonk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarketMonk

Track stocks on any platform 📈

GitHub Release Release downloads

Features

  • 💹 Line graph stocks (with Yahoo Finance Data)
  • 🥧 Build and monitor your portfolio
  • ⚙️ Customize to your hearts desires

Get it on Google Play Get it on F-Droid Get it on the App Store Get it on the Microsoft Store


Donations

If you would like to support this project:

  • Bitcoin bc1qzlte8featxzf7xvtp3rjv7qqtwkgpup8hu85gp
  • Monero (XMR) 85tmLfWKbpd8nxQnUY878DDuFjmfcoCFXPWR7XYKLHBSbDZV8wxgoKYUtHtq1kHWJg4m14sdBXhYuUSbxEDA29d19XuREL5
  • GitHub sponsor

Contributing

All issues and pull requests are welcome! Bugs will be fixed faster if you include reproduction steps (and maybe logs). Any performance related pull requests will bring tears of joy to my eye.

Developers

Install flutter to run this app.

Migrations

After editing any table in lib/tables.dart you need to:

  1. Bump schemaVersion in lib/database.dart
  2. Run dart run drift_dev make-migrations
  3. Add the relevant migration step in lib/database.dart migrationSteps. e.g.
from3To4: (Migrator m, Schema4 schema) async {
  await m.createTable(schema.candles);
},
  1. Run dart run build_runner build -d

Attribution

Meditation icons created by Freepik - Flaticon