js_widget 1.0.1
js_widget: ^1.0.1 copied to clipboard
A Flutter package to render HTML and CSS as Flutter widgets through webview integration. Supports both web and mobile platforms with conditional compilation.
Changelog #
All notable changes to the js_widget
package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
- N/A
Changed #
- N/A
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- N/A
Security #
- N/A
1.0.1 - 2025-08-12 #
Added #
- Added web support for js_widget package
- Added mobile support for js_widget package
- Added html/css rendering capabilities
- Added custom loader support
- Added event listener functionality
- Added script loading and execution
- Added conditional compilation for different platforms
Changed #
- N/A
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- N/A
Security #
- N/A
1.0.0+1 - 2025-08-12 #
Added #
- Initial release of js_widget package
- Cross-platform support for web and mobile
- Generic JavaScript widget integration
- Webview support for mobile platforms
- HTML/CSS rendering capabilities
- Custom loader support
- Event listener functionality
- Script loading and execution
- Conditional compilation for different platforms
- Platform-specific webview implementations for Android and iOS
Changed #
- N/A
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- N/A
Security #
- N/A