gskinnerTeam / flutter-universal-platform

A web-safe implementation of dart.io.Platforms. Helps avoid the "Unsupported operation: Platform._operatingSystem" runtime error.
MIT License
105 stars 27 forks source link

Consider dropping flutter dependency #1

Closed jonasfj closed 4 years ago

jonasfj commented 4 years ago

Just a friendly note, that if you don't use flutter and drop dependency on it, the this package will work for dart cli scripts and code generators too..

https://github.com/gskinnerTeam/flutter-universal-platform/blob/7de13c480b176fd6c83daf2e2c18ea27c82dba4a/pubspec.yaml#L11

esDotDev commented 4 years ago

Ahh, will do, thanks!