mylisabox / flutter_mjpeg

Flutter widget to show mjpeg stream from URL
BSD 2-Clause "Simplified" License
32 stars 24 forks source link

Fix issue #1, exception on range #2

Closed thbkrshw closed 5 years ago

thbkrshw commented 5 years ago

Sometimes startIndex is equal to -1, then the sublist operation fails.

jaumard commented 5 years ago

Thanks for the PR !