vega_embed_flutter 0.5.0
vega_embed_flutter: ^0.5.0 copied to clipboard
A Flutter widget to embed vega-lite charts to flutter web. Works only in Flutter web as of now. This could be adapted to be used with flutter webview widget.
0.5.0 23 April 2020. #
- Added more vega embed options and tested.
- Added more examples for embed options.
- Now the demo page includes code samples.
0.1.1+1 [0.1.1+3] 17 March 2020. #
- edited the example section.
- added git hub actions.
0.1.1 16 March 2020. #
- Now the widget accepts and passes the VegaEmbedOptions.
- Created a full fledged demo page.
- Example includes better documentation.
0.1.0 10 March 2020. #
- Removed double Rendering.
- Now uses the vega-embed and vega-tool tip styles directly.
- Multiple Charts in Single page is working now.
- Changed the example folder structure.
- Renamed VegaLiteSchemLocation to VegaLiteSpecLocation.
- Differentiating Schema vs Spec.
0.0.1 06 March 2020. #
- A basic version of vega_embed for flutter.
- Works with single charts.
- Interactions works as well.
TODO:
- Provide more vega-lite references.
- Document the theming section
- Add a section vega-embed options.
- Extend vega-embed options to fully suport all options.
Add a definitve and documented demo. A basic example is available in the exampe folder.Set up a live page with mutltitude of charts.Enable vega-embed theming.Work on rendering multiple charts in the same page.