Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Sep 4, 2023
1 parent d842c82 commit 5a51ad2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/etebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.2
homepage: https://github.com/Skycoder42/etebase-dart

environment:
sdk: "^3.0.0"
sdk: "^3.1.0"

platforms:
linux:
Expand Down
12 changes: 6 additions & 6 deletions packages/etebase_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.1.0
homepage: https://github.com/Skycoder42/etebase-dart

environment:
sdk: "^3.0.0"
flutter: ">=3.10.0"
sdk: "^3.1.0"
flutter: ">=3.13.0"

platforms:
android:
Expand All @@ -18,12 +18,12 @@ dependencies:
etebase: ^1.0.2
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.5
plugin_platform_interface: ^2.1.6

dev_dependencies:
custom_lint: ^0.5.0
dart_pre_commit: ^5.2.0+1
dart_test_tools: ^5.2.0
custom_lint: ^0.5.3
dart_pre_commit: ^5.2.1
dart_test_tools: ^5.3.0

flutter:
plugin:
Expand Down

0 comments on commit 5a51ad2

Please sign in to comment.