diff --git a/pubspec.yaml b/pubspec.yaml index c8f18ba..d88c4f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cached_video_player description: A new flutter plugin that is virtually a clone of official video_player plugin except that it supports caching( Android and iOS) -version: 2.0.4 +version: 2.0.5 homepage: https://github.com/vikram25897/flutter_cached_video_player flutter: @@ -16,7 +16,7 @@ flutter: dependencies: meta: ^1.7.0 - video_player_platform_interface: ^5.1.2 + video_player_platform_interface: ^6.2.2 # The design on https://flutter.dev/go/federated-plugins was to leave # this constraint as "any". We cannot do it right now as it fails pub publish @@ -24,7 +24,7 @@ dependencies: # the constraints on the interface pins it. # TODO(amirh): Revisit this (either update this part in the design or the pub tool). # https://github.com/flutter/flutter/issues/46264 - video_player_web: ^2.0.10 + video_player_web: ^2.3.0 flutter: sdk: flutter @@ -32,11 +32,12 @@ dependencies: sdk: flutter dev_dependencies: - lints: ^1.0.1 - pedantic: ^1.11.1 - pigeon: ^3.1.0 + lints: ^3.0.0 + flutter_lints: ^3.0.2 + # pedantic: ^1.11.1 + pigeon: ^18.0.0 environment: - sdk: ">=2.14.0 <3.0.0" + sdk: ">=3.3.1 <4.0.0" flutter: ">=2.10.0"