Skip to content

Commit

Permalink
Merge pull request #24 from peiffer-innovations/dart_update_169629933…
Browse files Browse the repository at this point in the history
…2561

Automated Merge
  • Loading branch information
jpeiffer authored Oct 3, 2023
2 parents 176739e + b80efae commit e3cdc91
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.0+21] - October 3, 2023

* Automated dependency updates


## [1.0.0+20] - September 26, 2023

* Automated dependency updates
Expand Down Expand Up @@ -121,5 +126,6 @@






6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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+20'
version: '1.0.0+21'

environment:
sdk: '>=2.19.0 <4.0.0'
Expand All @@ -11,11 +11,11 @@ dependencies:
flutter:
sdk: 'flutter'
flutter_background_service: '^5.0.1'
flutter_webrtc: '^0.9.44'
flutter_webrtc: '^0.9.45'
logging: '^1.2.0'
sdp_transform: '^0.3.2'
web_socket_channel: '^2.4.0'
web_socket_channel_connect: '^1.0.2+3'
web_socket_channel_connect: '^1.0.2+4'

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit e3cdc91

Please sign in to comment.