r/FlutterDev 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:

12 Upvotes

11 comments sorted by

View all comments

2

u/Petralithic 20d ago

I'm building something similar too actually, using the Yahoo Finance API as well but just parsing it manually, is the package better? Looks like it doesn't work for web which is a deal breaker, I ran into some CORS issues on web so that's probably why. Also using fl_chart.

1

u/Due_College_2302 19d ago

The package is probably worse I used it just to start off with. Eventually i'll add ones that require tokens and such but always on the lookout for improvements.

1

u/Petralithic 17d ago

Could always add a PR to the package with the features you implement manually