gskinnerTeam / flutter-universal-platform

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

add isMobile as an alias for isIos || isAndroid #23

Closed cedvdb closed 5 months ago

cedvdb commented 2 years ago

Adding isMobile as an alias for isIos || isAndroid could make some reading easier.

I'd gladly submit a PR if I knew it would actually be eventually merged but the repo seems to be stale.

esDotDev commented 5 months ago

Added in #24