flutter_mjpeg 2.0.4
flutter_mjpeg: ^2.0.4 copied to clipboard
Flutter widget to show mjpeg stream from URL, mainly used by ip camera, stop itself when not on screen
2.0.4 15/07/2023 #
- prevent errors when widget not mounted
2.0.3 04/10/2022 #
- add preprocessor field to process frame if needed
2.0.2 26/09/2022 #
- fix image decoding error
- better doc
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
- expose timeout field
1.3.0 22/01/2021 #
- improve framerate
- update deps
1.2.9 10/08/2020 #
- correct deps version
1.2.8 29/06/2020 #
- correctly handle http errors (other than >= 200 > 300)
1.2.7 08/06/2020 #
- fix crash when widget was disposed.
1.2.6 26/03/2020 #
- add timeout on open connexion to prevent forever loading state
1.2.5 03/10/2019 #
- improve pub scoring
1.2.4 02/10/2019 #
- close http client when widget not on screen
1.2.3 02/10/2019 #
- close http client when dispose
1.2.2 20/09/2019 #
- fix some errors happening in some mjpeg stream
1.2.1 18/09/2019 #
- add possibility to pass headers to the stream request
1.2.0 16/09/2019 #
- add compatibility with flutter web by using http package
1.1.1 10/07/2019 #
- update flutter_hook to be compatible with last stable
1.1.0 18/06/2019 #
- add a play/pause state
1.0.1 16/06/2019 #
- apply width and height on all states
1.0.0 16/06/2019 #
- initial release.