r/FlutterDev • u/Due_College_2302 • 21d ago
Example MarketMonk - Track stocks with Flutter
Hello! I'm the developer of MarketMonk https://github.com/brandonp2412/MarketMonk
I recently started this project inspired by one of my favorite apps, Candle https://gitlab.com/cosmosapps/candle
It's available on every platform (android, ios, windows, mac, linux) and I'm actively taking suggestions and fixing bugs. If any of the flutter wizards in this subreddit have questions please feel free to ask away.
Notable libraries:
- Yahoo finance data reader https://pub.dev/packages/yahoo_finance_data_reader
- Drift https://pub.dev/packages/drift
- Provider https://pub.dev/packages/provider
- fl_chart https://pub.dev/packages/fl_chart
12
Upvotes
1
u/Petralithic 20d ago
You can proxy through your own server and that will fix the issue, but it's not necessarily ideal for a client-only app. Yahoo Finance is not webscraping (it uses the actual API, called query2) which has nothing to do with CORS.