nutrient_flutter_web 1.1.0
nutrient_flutter_web: ^1.1.0 copied to clipboard
Web implementation of the nutrient_flutter plugin.
1.1.0 09 Apr 2026 #
- Fixes
baseUrlnot being applied from the user's configuration before the firstNutrientViewer.load()call, which caused an assertion error on subsequent loads. (J#HYB-910) - Adds
WebConfigurationBuilderto convertNutrientViewConfigurationinto the Nutrient Web SDK configuration object. (J#HYB-988)
1.0.0 13 Feb 2026 #
- Initial release as standalone pub.dev package.
- Web platform bindings using
dart:js_interopandpackage:webfor Nutrient Web SDK integration. - Provides platform adapter to extend
nutrient_flutterwith native bindings. - Implements
nutrient_flutter_platform_interfacefor the federated plugin architecture.