- Move to dart:ui_web for platformviewregistry.
- Upgraded Plotly to version 2.27.0
- Updated Plotly to version 2.25.1 from 1.58.0. No issues.
- Bump up the sdk upper limit to 4.0.0
- Expanded the 'line_and_scatter' example now to show how to use the on_hover events to display additional information when the mouse is on top of a data point.
- Improve the examples README
- Improved the example significantly to show various plot interactions.
- Moved code from the build method to the init to improve performance.
- Exposed most used Plotly Javascript methods directly in the Plotly Widget.
This makes the code cleaner.
- Fixed some to the Plotly config arguments. Updated some warnings for Flutter 2.5. Getting some js errors in the js console. Not sure how to fix them.
- Initial version working. Starting to use it in prototypes.