starwars 0.5.2 copy "starwars: ^0.5.2" to clipboard
starwars: ^0.5.2 copied to clipboard

Animated Star Wars themed Flutter widgets. Includes Bb8Toggle — a pixel-perfect BB-8 switch with Tatooine scenery, stars, and day/night transitions on iOS, Android, and Web.

0.5.2 #

  • Fix README images for pub.dev using absolute GitHub URLs (?raw=true).
  • Add publishing instructions for GitHub + pub.dev image hosting.

0.5.1 #

  • Patch release for pub.dev metadata and documentation updates.

0.5.0 #

  • Add Flutter web support for HtmlWebView via iframe and postMessage bridge.
  • Inject WidgetChannel shim on web so existing HTML assets work unchanged.
  • Refresh pub.dev documentation with iOS simulator screenshots and screen-recording GIF.
  • Add screenshots, topics, and license metadata to pubspec.yaml.
  • Enhance example app with size slider and enabled/disabled controls.

0.4.0 #

  • Add shared HtmlWebView infrastructure for HTML-backed widgets.
  • Add JsBridge, StarWarsAssets, and HtmlTemplateCache.
  • Move HTML assets to assets/html/ with standard syncState / WidgetChannel contract.
  • Refactor Bb8Toggle as a thin wrapper over HtmlWebView.
  • Export HtmlWebView, JsBridge, and StarWarsAssets for custom widgets.

0.3.1 #

  • Cache the HTML template across Bb8Toggle instances.
  • Add accessibility via semanticsLabel and Semantics wrapper.
  • Add error UI with retry when the WebView fails to load.
  • Consolidate JavaScript sync into syncToggleState().
  • Remove unused Flutter-native BB-8 widget files.
  • Document platform limits and WebView resource usage in README.

0.3.0 #

  • Render Bb8Toggle with the original Uiverse HTML/CSS via WebView for pixel-perfect fidelity.
  • Add webview_flutter dependency and assets/bb8_toggle.html.

0.2.0 #

  • Add Bb8Toggle, an animated BB-8 themed switch widget.
  • Replace the initial Calculator placeholder API.

0.1.0 #

  • Initial release.
0
likes
160
points
190
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Animated Star Wars themed Flutter widgets. Includes Bb8Toggle — a pixel-perfect BB-8 switch with Tatooine scenery, stars, and day/night transitions on iOS, Android, and Web.

Repository (GitHub)
View/report issues

Topics

#widget #animation #ui #toggle #webview

License

BSD-3-Clause (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on starwars