flutter-interactive-chart
flutter-interactive-chart copied to clipboard
A candlestick chart that supports pinch-to-zoom and panning.
I'm trying to make this package work in flutterflow and version control is failing when I try adding it to the project. This is how the pubspec.lock files end up...
-add price info to onTap event -add horizontal price highlight line on tap Example of extra info shown when tapping: 
### Version 0.3.4 ### Platforms Android ### Device Model pixel 4a ### flutter info ```sh [√] Flutter (Channel stable, 3.10.6, on Microsoft Windows [Version 10.0.19044.2130], locale en-US) • Flutter version...
I need to add lines e.g. for support and resistance etc., but feel that this may be better achieved using a transparent overlay over the chart widget. This would prevent...
The intl version was changed, I can create the pull request for that
Hi, thanks for a great finance library. i want to build a realtime candle chart, is possible to using this library? what i want is i will update the high...
is there a way to know that we reached to end of dateTime for fetching older data from api?
```flutter overlayInfo: (candle) => { "💎": "🤚 ", "Hi": "${candle.high?.toStringAsFixed(2)}", "Lo": "${candle.low?.toStringAsFixed(2)}", "Percent" : ${candle.close! / candle.beforeClose!} }, ``` when we drawing percent overlap required before close how to draw...
```Offset argument contained a NaN value. 'dart:ui/painting.dart': Failed assertion: line 52 pos 10: '' ``` ig this happens when maxPrice and minPrice are the same in a set of data....