superset_bridge 1.1.0
superset_bridge: ^1.1.0 copied to clipboard
A Flutter package that embeds Apache Superset dashboards inside a WebView with automatic dark/light theme support. Applies a CSS filter technique to work around cross-origin iframe restrictions.
Changelog #
1.1.0 #
- Introduced
SupersetBridgeConfig— a JSON-serialisable config object that replaces individual named parameters across all APIs. - Added
extraUrlParams: Map<String, dynamic>— any project can now pass custom Superset URL params (e.g.lang,orgId, feature flags) without changing the library. SupersetBridgeHtmlContent.generate()now accepts a singleSupersetBridgeConfigargument.SupersetBridgeController.initWithTokenFetch()andinit()now acceptSupersetBridgeConfiginstead of individual named parameters.SupersetBridgeConfigsupportsfromJson,toJson, andcopyWith.
1.0.0 #
- Initial release of superset_bridge Flutter package.
- HTML/JS bridge for embedding Superset dashboards.
- Dark/light theme support with CSS filter.
- Controller and HTML generator.