Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter check ios or android

bool isIOS = Theme.of(context).platform == TargetPlatform.iOS;
bool isAndroid = Theme.of(context).platform == TargetPlatform.android;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #check #ios #android
ADD COMMENT
Topic
Name
8+5 =