rmawatson / flutter_isolate

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

[Feature] remove uuid dependency #154

Open chipweinberger opened 7 months ago

chipweinberger commented 7 months ago

Removing uuid dependency. Why? lowers maintenance burden, and eliminates version conflicts with end users.

This commit is a good example of what we want to avoid: https://github.com/rmawatson/flutter_isolate/commit/60367751fe5867377dfe861dd516b26538fd73f9

Note: this PR is from my branch. The important commit is this one:

Note2: sorry, there were some formatting changes. Please just merge them? ¯_(ツ)_/¯