Skip to content

Commit 9d0d888

Browse files
authored
1.0.28/fix publish warnings (#472)
* added licenses I've just copied the LICENSE file. * change dependencies at dart/pubspec.yaml * change dependencies at flutter/pubspec.yaml
1 parent e648f0a commit 9d0d888

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414

1515
#Database
1616
sembast: ^2.4.7+6
17-
sembast_web: '>=1.0.0'
17+
sembast_web: ^1.2.0
1818
xxtea: ^2.0.3
1919

2020
# Utils

packages/flutter/pubspec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies:
1313
parse_server_sdk: ^1.0.28
1414

1515
# Networking
16-
dio: ^3.0.10
1716
connectivity: ^0.4.9+2 # only used in the flutter part
1817

1918
#Database
@@ -22,7 +21,6 @@ dependencies:
2221
# Utils
2322
path_provider: ^1.6.14 # only used in the flutter part
2423
package_info: ^0.4.3 # only used in the flutter part
25-
2624
sembast: ^2.4.7+6 # required for transitive use only
2725
path: ^1.7.0 # required for transitive use only
2826

0 commit comments

Comments
 (0)