Skip to content

Commit 49f61c7

Browse files
committed
v0.1.0 Release
- Update CodelesslyAPI v0.1.0. - Optimize SDK size by 90% by switching to SVG icons. - Add path support for Flutter Website publishing. - Consolidate `initialize()` function. - Fix Hive cache dispose not working on web.
1 parent cb6bf51 commit 49f61c7

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.0
2+
- Update CodelesslyAPI v0.1.0.
3+
- Optimize SDK size by 90% by switching to SVG icons.
4+
- Add path support for Flutter Website publishing.
5+
- Consolidate `initialize()` function.
6+
- Fix Hive cache dispose not working on web.
7+
18
## 0.0.8
29
- Update CodelesslyAPI v0.0.8.
310
- Text field and code-gen improvements.

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
storybook_flutter: ^0.12.0
15+
storybook_flutter: ^0.14.0
1616
codelessly_sdk:
1717
path: ../
1818

example_chat_bot/pubspec.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,17 @@ dependencies:
1313
flutter:
1414
sdk: flutter
1515

16-
google_fonts: ^5.0.0
16+
google_fonts: ^5.1.0
1717
bubble: ^1.2.1
1818
hive: ^2.2.3
19-
hive_flutter: ^1.0.0
19+
hive_flutter: ^1.1.0
2020
codelessly_sdk:
2121
path: ../
2222

23-
dependency_overrides:
24-
http: ^1.0.0
25-
2623
dev_dependencies:
2724
flutter_test:
2825
sdk: flutter
29-
flutter_lints: ^2.0.1
26+
flutter_lints: ^2.0.2
3027

3128
flutter:
3229

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 0.0.8
3+
version: 0.1.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -19,7 +19,7 @@ platforms:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
codelessly_api: 0.0.8
22+
codelessly_api: 0.1.0
2323
equatable: ^2.0.5
2424
google_fonts: ^5.1.0
2525
json_annotation: ^4.8.1

0 commit comments

Comments
 (0)