-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## 3.0.3 | ||
- Revert Hive CE dependency. | ||
|
||
## 3.0.2 | ||
- Remove direct `package:web` dependency. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: codelessly_sdk | ||
description: Codelessly CloudUIβ’ - Server-driven UI for Flutter. Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code! | ||
version: 3.0.2 | ||
version: 3.0.3 | ||
homepage: https://codelessly.com/ | ||
repository: https://github.com/Codelessly/CodelesslySDK | ||
|
||
|
@@ -53,7 +53,8 @@ dependencies: | |
path_provider: ^2.1.4 | ||
|
||
# Storage and Caching | ||
hive_ce_flutter: ^2.0.0 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
rayliverified
Author
Contributor
|
||
hive: ^2.2.3 | ||
hive_flutter: ^1.1.0 | ||
|
||
# JSON | ||
json_path: ^0.7.4 | ||
|
Hello! I'm the maintainer of
hive_ce
. May I ask why you reverted this change? Is there some issue withhive_ce
I need to fix?