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

[Feature Request] UniversalPlatform.isFlutter #2

Open VladimirCores opened 4 years ago

VladimirCores commented 4 years ago

Please add UniversalPlatform.isFlutter to check if app running on web with Flutter or just dart2js.

VladimirCores commented 4 years ago

Any update on my request @gskinner?

esDotDev commented 4 years ago

We wouldn't know how to test or check this properly, but if you have a PR I'm happy to review!

coder0107git commented 1 year ago

The Modernizr dart detection test would be might helpful somehow.