deriv_chart 0.4.1
deriv_chart: ^0.4.1 copied to clipboard
A financial charting library for Flutter applications, offering a comprehensive suite of features for technical analysis and trading visualization.
0.4.1 #
- fix: Jim/fix example area line by @jim-deriv in https://github.com/deriv-com/flutter-chart/pull/381
- refactor: remove saveLayer usage and draw lines in two segments instead by @behnam-deriv in https://github.com/deriv-com/flutter-chart/pull/372
- refactor: Ramin/restructure drawing tools attempt control repainting by @ramin-deriv in https://github.com/deriv-com/flutter-chart/pull/373
- chore: add deepwiki badge to readme by @behnam-deriv in https://github.com/deriv-com/flutter-chart/pull/383
- fix: [GRWT-5941] Override shouldRepaint in vertical barrier by @behnam-deriv in https://github.com/deriv-com/flutter-chart/pull/384
0.4.0 #
- feat: improve package theme interface
0.3.9 #
- feat: add rise and fall contract markers
- feat: add chart showcase app
- fix: adjust padding of indicator label
0.3.8 #
- Make XAxis smooth auto-scrolling customizable through ChartAxisConfig
0.3.7 #
- Update documentations
0.3.6 #
- Update package description
0.3.5 #
- Update documentations
0.3.4 #
- Update documentations
- Update technical analysis dependency to the published one
- Add LineDrawingMobile, a LineDrawing more suitable for mobile
0.3.2 #
- Add horizontal and vertical barriers for selected line drawing tool on the mobile version
- Add step 300 and step 400 icon assets
0.3.0 #
- Fix overlay indicators' lable spacing
- Add numbering logic to drawing tools
- Upgrade Flutter version to 3.24.x
0.2.1 #
- New look for mobile chart with chart and bottom indicators dividers.
0.2.0 #
- Support different layout for Mobile and Web.
- Support copyWith method for IndicatorConfig classes.
0.1.0 #
- Add drawing tools.
- Make the chart compatible with the
flutter_webplatform.
0.0.1 #
- TODO: Describe initial release.