Skip to content

Commit

Permalink
Merge pull request #39 from peiffer-innovations/dart_update_171262896…
Browse files Browse the repository at this point in the history
…9580

Automated Merge
  • Loading branch information
jpeiffer authored Apr 9, 2024
2 parents 1e69cb4 + 9a13762 commit ce5a9c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.1+4] - April 9, 2024

* Automated dependency updates


## [1.0.1+3] - April 2, 2024

* Automated dependency updates
Expand Down Expand Up @@ -192,5 +197,6 @@






6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: 'screen_streamer'
description: "A library that can stream an android, ios, etc. Flutter application's screen using WebRTC"
homepage: 'https://github.com/peiffer-innovations/screen_streamer'
version: '1.0.1+3'
version: '1.0.1+4'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
device_info_plus: '^10.0.1'
device_info_plus: '^10.1.0'
flutter:
sdk: 'flutter'
flutter_background_service: '^5.0.5'
flutter_webrtc: '^0.9.48+hotfix.1'
flutter_webrtc: '^0.10.2'
logging: '^1.2.0'
sdp_transform: '^0.3.2'
web_socket_channel: '^2.4.0'
Expand Down

0 comments on commit ce5a9c4

Please sign in to comment.