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

Add `operatingSystem` getter #17

Closed emme1444 closed 2 years ago

emme1444 commented 2 years ago

Add operatingSystem getter returning a string representation of the platform.

Like dart:io's Platform.operatingSystem.

Closes #14

emme1444 commented 2 years ago

I don't know how the lock-files ended up here. Hope it's not a problem