Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions packages/audioplayers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Adds compatibility with `http` 1.0 in example.

## 3.1.2

* Update code format.
Expand Down
2 changes: 1 addition & 1 deletion packages/audioplayers/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
file_picker: ^8.0.3
flutter:
sdk: flutter
http: ^1.0.0
http: ">=0.13.0 <2.0.0"
path_provider: ^2.0.12
path_provider_tizen:
path: ../../path_provider/
Expand Down
1 change: 1 addition & 0 deletions packages/flutter_webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Update minimum Flutter and Dart version to 3.13 and 3.1.
* Fix analyze issue.
* Update code format.
* Adds compatibility with `http` 1.0 in example.

## 0.1.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter_webrtc: 0.9.46 # Use a fixed version due to build errors.
flutter_webrtc_tizen:
path: ../../
http: ^0.13.3
http: ">=0.13.0 <2.0.0"
path_provider: ^2.0.7
path_provider_tizen: ^2.1.0
shared_preferences: ^2.2.0
Expand Down
4 changes: 4 additions & 0 deletions packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Adds compatibility with `http` 1.0 in example.

## 0.8.1

* Update the error callback when DRM license acquisition fails.
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
http: ^0.13.0
http: ">=0.13.0 <2.0.0"
video_player_avplay:
path: ../

Expand Down
4 changes: 4 additions & 0 deletions packages/video_player_videohole/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Adds compatibility with `http` 1.0 in example.

## 0.5.8

* Add namespace to the C++ code to avoid name conflicts with other plugins.
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_videohole/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
http: ^0.13.0
http: ">=0.13.0 <2.0.0"
video_player_videohole:
path: ../

Expand Down