Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Simplify examples mime constraint
  • Loading branch information
cbracken committed Oct 16, 2024
commit 8a638ed9105622e54f65bd468301865c8b1aec60
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../
image_picker_platform_interface: ^2.10.0
mime: ">=1.0.4 <3.0.0"
mime: ^2.0.0
video_player: ^2.1.4

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../
image_picker_platform_interface: ^2.10.0
mime: ">=1.0.4 <3.0.0"
mime: ^2.0.0
video_player: ^2.1.4

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ..
image_picker_platform_interface: ^2.8.0
mime: ">=1.0.4 <3.0.0"
mime: ^2.0.0
video_player: ^2.1.4

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ..
image_picker_platform_interface: ^2.8.0
mime: ">=1.0.4 < 3.0.0"
mime: ^2.0.0
video_player: ^2.1.4

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ..
mime: ">=1.0.4 <3.0.0"
mime: ^2.0.0
video_player: ^2.1.4

dev_dependencies:
Expand Down