Skip to content

Commit

Permalink
Merge pull request #126 from Floating-Dartists/chore/bump-dependencies
Browse files Browse the repository at this point in the history
Chore/bump dependencies
  • Loading branch information
TesteurManiak committed Oct 26, 2023
2 parents 15af243 + 7b10d77 commit 4878220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/src/local_storage/local_storage.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
abstract class LocalStorage {
abstract interface class LocalStorage {
Future<String?> getVisitorId();
Future<void> setVisitorId(String visitorId);
Future<DateTime?> getFirstVisit();
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ environment:
dependencies:
clock: ^1.1.1
collection: ^1.17.2
device_info_plus: ">=9.0.3 <11.0.0"
device_info_plus: ^9.1.0
flutter:
sdk: flutter
http: ^1.1.0
package_info_plus: ">=4.1.0 <6.0.0"
package_info_plus: ^4.2.0
shared_preferences: ^2.2.2
uuid: ">=3.0.7 <5.0.0"
uuid: ^4.1.0

dev_dependencies:
custom_lint: ^0.5.3
custom_lint: ^0.5.4
fd_lints: ^2.2.0
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 4878220

Please sign in to comment.