Skip to content

Commit

Permalink
Merge pull request #18 from peiffer-innovations/dart_update_169146141…
Browse files Browse the repository at this point in the history
…6723

Automated Merge
  • Loading branch information
jpeiffer authored Aug 8, 2023
2 parents 844900c + 56f9d3c commit 06379a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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.0+15] - August 8, 2023

* Automated dependency updates


## [1.0.0+14] - August 1, 2023

* Automated dependency updates
Expand Down Expand Up @@ -87,3 +92,4 @@




8 changes: 4 additions & 4 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.0+14'
version: '1.0.0+15'

environment:
sdk: '>=2.19.0 <4.0.0'

dependencies:
device_info_plus: '^9.0.2'
device_info_plus: '^9.0.3'
flutter:
sdk: 'flutter'
flutter_background_service: '^3.0.1'
flutter_webrtc: '^0.9.36'
flutter_background_service: '^4.0.0'
flutter_webrtc: '^0.9.37'
logging: '^1.2.0'
sdp_transform: '^0.3.2'
web_socket_channel: '^2.4.0'
Expand Down

0 comments on commit 06379a1

Please sign in to comment.