mylisabox / flutter_mjpeg

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

chore: change http depdency restriction from <1.0.0 to <2.0.0 #33

Closed cybrox closed 1 year ago

cybrox commented 1 year ago

I think this limit was only in place to protect from breaking changes on http 1.0.0 release?

Now http 1.0.0 is released and there aren't any breaking changes, so I think there's no further reason to hold back the users.

From the http release notes:

1.0.0

    Requires Dart 3.0 or later.
    Add base, final, and interface modifiers to some classes.
jaumard commented 1 year ago

Thanks for this