Skip to content

Commit

Permalink
Merge pull request #29 from peiffer-innovations/dart_update_169871857…
Browse files Browse the repository at this point in the history
…5688

Automated Merge
  • Loading branch information
jpeiffer authored Oct 31, 2023
2 parents b24dada + 7f0158e commit b7b0e1b
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+25] - October 31, 2023

* Automated dependency updates


## [1.0.0+24] - October 24, 2023

* Automated dependency updates
Expand Down Expand Up @@ -145,5 +150,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+24'
version: '1.0.0+25'

environment:
sdk: '>=2.19.0 <4.0.0'
Expand All @@ -11,11 +11,11 @@ dependencies:
flutter:
sdk: 'flutter'
flutter_background_service: '^5.0.2'
flutter_webrtc: '^0.9.45'
flutter_webrtc: '^0.9.46'
logging: '^1.2.0'
sdp_transform: '^0.3.2'
web_socket_channel: '^2.4.0'
web_socket_channel_connect: '^1.0.2+5'
web_socket_channel_connect: '^1.0.2+6'

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit b7b0e1b

Please sign in to comment.