You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic testers in my team sometimes need to use Platform.isIOS and Platform.isAndroid because of the different testing paths depending on the device's operating system. I don't like that they need to use dart:io for that. I would prefer if the $PatrolFinder would have a nice getter that hides this dependency, or maybe makes it also support Web, etc.
Proposal
$.isAndroid
$.isIos
$.isWeb
etc.
The text was updated successfully, but these errors were encountered:
Use case
Automatic testers in my team sometimes need to use
Platform.isIOS
andPlatform.isAndroid
because of the different testing paths depending on the device's operating system. I don't like that they need to usedart:io
for that. I would prefer if the$
PatrolFinder
would have a nice getter that hides this dependency, or maybe makes it also support Web, etc.Proposal
$.isAndroid
$.isIos
$.isWeb
The text was updated successfully, but these errors were encountered: