Skip to content

Commit

Permalink
Align versions to support Dart 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik committed Jun 24, 2024
1 parent 012881a commit aca5d51
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions flutter_cache_manager/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ dependencies:
sdk: flutter
flutter_cache_manager:
path: ../
url_launcher: ^6.3.0
url_launcher: ^6.2.1

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_lints: any

flutter:
uses-material-design: true
16 changes: 8 additions & 8 deletions flutter_cache_manager/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
clock: ^1.1.0
collection: ^1.18.0
clock: ^1.1.1
collection: ^1.16.0
file: ^7.0.0
flutter:
sdk: flutter
http: ^1.2.1
http: ^1.1.0
path: ^1.9.0
path_provider: ^2.1.3
rxdart: '>=0.27.7 <1.0.0'
sqflite: ^2.3.3
path_provider: ^2.1.2
rxdart: '>=0.27.7 <0.29.0'
sqflite: ^2.3.0
uuid: ^4.4.0

dev_dependencies:
build_runner: ^2.4.11
flutter_lints: ^4.0.0
build_runner: ^2.4.0
flutter_lints: any
flutter_test:
sdk: flutter
mockito: ^5.4.4
1 change: 1 addition & 0 deletions flutter_cache_manager_firebase/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: package:flutter_lints/flutter.yaml
3 changes: 2 additions & 1 deletion flutter_cache_manager_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ dependencies:
sdk: flutter
flutter_cache_manager: ^3.3.2
firebase_storage: '>=12.0.0'
path_provider: ^2.1.3
path_provider: ^2.1.2
path: ^1.9.0

dev_dependencies:
flutter_lints: any
flutter_test:
sdk: flutter

0 comments on commit aca5d51

Please sign in to comment.