drift_flutter
在 Flutter 應用中輕鬆跨平台設定 drift 資料庫。
跨平台股票與投資組合追蹤器,支援雅虎財經圖表和可自定義儀表板。使用 Flutter 建構。
在 Flutter 應用中輕鬆跨平台設定 drift 資料庫。
透過使用 dart:ffi 提供輕量但便利的 SQLite 綁定
用於取得每日股票價格的雅虎財經資料讀取器。可用於開發回測,並可取得雅虎財經的所有歷史日資料。
{"sdk":"flutter"}5.1.20^1.0.8^1.0.11^1.2.0^0.20.12.34.0^0.3.0^2.1.5^2.23.1^1.25.8^0.14.2^2.3.5^6.1.2^10.2.0^6.3.1^1.3.0^1.7.0^1.9.0^12.0.0-beta.7{"sdk":"flutter"}^13.2.0{"sdk":"flutter"}^4.8.0^6.0.0^3.3.4{"git":{"url":"https://github.com/insertjokehere/msix.git","ref":"msvc_redist"}}^2.4.14以下為英文專案原文快照,最新內容請造訪 GitHub。
Track stocks on any platform 📈
GitHub Release Release downloads
Get it on Google Play Get it on F-Droid Download MarketMonk from the Microsoft Store
MarketMonk holdings overview MarketMonk holding trade history MarketMonk edit ticker screen MarketMonk settings screen MarketMonk stock chart MarketMonk portfolio screen
If you would like to support this project:
bc1qzlte8featxzf7xvtp3rjv7qqtwkgpup8hu85gp85tmLfWKbpd8nxQnUY878DDuFjmfcoCFXPWR7XYKLHBSbDZV8wxgoKYUtHtq1kHWJg4m14sdBXhYuUSbxEDA29d19XuREL5All 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.
Install flutter to run this app.
MarketMonk can use the standalone read-only proxy in server/ as the current portfolio source. The recommended backend connects to the standard TWS / IB Gateway socket API; the Client Portal Web API remains available as an alternative. With the native backend, current IBKR stock positions also prefer IBKR daily historical bars for charts. Yahoo remains the fallback for unheld symbols or when IBKR historical data is unavailable. The proxy is independent of any personal trading bot or login automation.
After editing any table in lib/tables.dart you need to:
schemaVersion in lib/database.dartdart run drift_dev make-migrationslib/database.dart migrationSteps.
e.g.from3To4: (Migrator m, Schema4 schema) async {
await m.createTable(schema.candles);
},
dart run build_runner build -d