Skip to content

Commit

Permalink
bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumard committed Jun 11, 2021
1 parent 513efd3 commit 8ca784f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.1] - 11/06/2021

* fix glitch on some streams
* add stack param on onError callback

## [2.0.0] - 21/03/2021

* migrate to null safety
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ packages:
name: visibility_detector
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0-nullsafety.1"
version: "0.2.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ packages:
name: visibility_detector
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0-nullsafety.1"
version: "0.2.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: flutter_mjpeg
description: Flutter widget to show mjpeg stream from URL, mainly used by ip camera, stop itself when not on screen
version: 2.0.0
version: 2.0.1
homepage: https://github.com/mylisabox/flutter_mjpeg

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.7.8"

dependencies:
visibility_detector: ">=0.2.0-nullsafety.1 <1.0.0"
visibility_detector: ">=0.2.0 <1.0.0"
flutter_hooks: ">=0.16.0 <1.0.0"
http: ">=0.13.1 <1.0.0"
flutter:
Expand Down

0 comments on commit 8ca784f

Please sign in to comment.