superset_bridge 1.1.0 copy "superset_bridge: ^1.1.0" to clipboard
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 single SupersetBridgeConfig argument.
  • SupersetBridgeController.initWithTokenFetch() and init() now accept SupersetBridgeConfig instead of individual named parameters.
  • SupersetBridgeConfig supports fromJson, toJson, and copyWith.

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.
1
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on superset_bridge