rmawatson / flutter_isolate

Launch an isolate that can use flutter plugins.
MIT License
269 stars 80 forks source link

Increase supported uuid version range #144

Closed kuhnroyal closed 1 year ago

kuhnroyal commented 1 year ago

The v4() function has not changed so this is not breaking. Additionally use const Uuid() which was added in v3.0.0-nullsafety.1 so should be safe.