2 questions from the last 7 days
0
votes
0
answers
10
views
Flutter packages not loading in package-created isolate
I am working on a Flutter app with a package called geofence_foreground_service. geofence_foreground_service has a @pragma('vm:entry-point') isolate that it spawns when triggered. In the isolate, I ...
1
vote
0
answers
18
views
How to integrate a candlestick chart like stockmarket app in a Flutter App
I am working on a stocktrading app where i need to integrate a candlestick chart into application.
i have tried material_charts and still looking for some stable package or custom widget for the same.
...