Skip to main content
Filter by
Sorted by
Tagged with
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 ...
NoahL's user avatar
  • 101
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. ...
Kalpesh Khandla's user avatar