js_widget 1.0.4
js_widget: ^1.0.4 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.4 - 2025-08-12 #
1.0.3 - 2025-08-12 #
Added #
- N/A
Changed #
- Fixed CI/CD compatibility by downgrading flutter_lints to ^5.0.0 for Dart SDK 3.6.1 support
- Maintained all other dependency updates and improvements
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- Resolved CI/CD build failure due to SDK version mismatch
- flutter_lints now compatible with Dart SDK 3.6.1+
Security #
- N/A
1.0.2 - 2025-08-12 #
Added #
- N/A
Changed #
- Updated dependencies to latest stable versions
- Updated web package to latest version
- Updated js package to latest version
- Updated webview_flutter package to latest version
- Updated webview_flutter_android package to latest version
- Updated webview_flutter_wkwebview package to latest version
Fixed #
- N/A
Security #
- N/A
1.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 #
- Updated all dependencies to latest stable versions
- Improved code quality and linting compliance
- Fixed package structure for better pub.flutter-io.cn recognition
Deprecated #
- N/A
Removed #
- N/A
Fixed #
- Resolved dependency version conflicts
- Fixed immutable class issues
- Improved package score and validation
Security #
- N/A