starwars 0.5.2
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
HtmlWebViewvia iframe andpostMessagebridge. - Inject
WidgetChannelshim on web so existing HTML assets work unchanged. - Refresh pub.dev documentation with iOS simulator screenshots and screen-recording GIF.
- Add
screenshots,topics, andlicensemetadata topubspec.yaml. - Enhance example app with size slider and enabled/disabled controls.
0.4.0 #
- Add shared
HtmlWebViewinfrastructure for HTML-backed widgets. - Add
JsBridge,StarWarsAssets, andHtmlTemplateCache. - Move HTML assets to
assets/html/with standardsyncState/WidgetChannelcontract. - Refactor
Bb8Toggleas a thin wrapper overHtmlWebView. - Export
HtmlWebView,JsBridge, andStarWarsAssetsfor custom widgets.
0.3.1 #
- Cache the HTML template across
Bb8Toggleinstances. - Add accessibility via
semanticsLabelandSemanticswrapper. - 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
Bb8Togglewith the original Uiverse HTML/CSS via WebView for pixel-perfect fidelity. - Add
webview_flutterdependency andassets/bb8_toggle.html.
0.2.0 #
- Add
Bb8Toggle, an animated BB-8 themed switch widget. - Replace the initial
Calculatorplaceholder API.
0.1.0 #
- Initial release.
