Skip to content

Commit

Permalink
[shared_preferences_tool] Loosen vm_service constraint to allow for 15 (
Browse files Browse the repository at this point in the history
flutter#8539)

This is causing the `flutter-analyze-try` Dart try bot to [fail](https://ci.chromium.org/ui/p/dart/builders/try/flutter-analyze-try/26500/overview) due to [upgrading the version pinned by flutter](flutter/flutter@3e3bb9f).
  • Loading branch information
parlough authored Jan 31, 2025
1 parent d0320ea commit c6fcb9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: shared_preferences_tool
description: "DevTools extension for package:shared_preferences. Manage SharedPreferences efficiently. Edit, search, and view keys."
publish_to: 'none'

version: 1.0.0+1
version: 1.0.1

environment:
sdk: '>=3.6.0 <4.0.0'
Expand All @@ -12,7 +12,7 @@ dependencies:
devtools_extensions: ^0.3.0
flutter:
sdk: flutter
vm_service: ^14.3.0
vm_service: '>=14.3.0 <16.0.0'

dev_dependencies:
build_runner: ^2.4.10
Expand Down

0 comments on commit c6fcb9b

Please sign in to comment.