Skip to content

Commit fd9ece5

Browse files
committed
v2.0.0 Release
- Firebase v3.1.0 support. - Update Checkbox shrinkwrap and padding sizing. - Change default Stroke cap to none. - Optimize node sorting algorithm. - Highlight text with missing fonts. - Improve WebView widget support for multiple platforms.
1 parent e2ff633 commit fd9ece5

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.0.0
2+
- Firebase v3.1.0 support.
3+
- Update Checkbox shrinkwrap and padding sizing.
4+
- Change default Stroke cap to none.
5+
- Optimize node sorting algorithm.
6+
- Highlight text with missing fonts.
7+
- Improve WebView widget support for multiple platforms.
8+
19
## 1.9.0
210
- Flutter v3.22 support.
311

lib/src/transformers/node_transformers/passive_web_view_transformer.dart

-5
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,6 @@ class _RawWebViewWidgetState extends State<RawWebViewWidget> {
208208
_controller.setBackgroundColor(
209209
props.backgroundColor?.toFlutterColor() ?? Colors.transparent);
210210
}
211-
212-
// _controller.setNavigationDelegate(NavigationDelegate(
213-
// onPageFinished: (url) => widget.onPageLoaded?.call(_controller, url),
214-
// onPageStarted: (url) => widget.onPageStarted?.call(_controller, url),
215-
// ));
216211
}
217212

218213
Future<void> _loadData() {

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_sdk
22
description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
3-
version: 1.9.0
3+
version: 2.0.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -18,7 +18,7 @@ platforms:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
codelessly_api: 1.8.0
21+
codelessly_api: 2.0.0
2222
codelessly_json_annotation: 4.8.1
2323
firebase_core: ^3.1.0
2424
firebase_auth: ^5.1.0

0 commit comments

Comments
 (0)