Open saltorre opened 3 weeks ago
There is a typo in the README. Update Platform.isiOS to Platform.isIOS.
Platform.isiOS
Platform.isIOS
It would also be helpful to know that import 'dart:io'; is needed to use Platform.
import 'dart:io';
Platform
Got it, thanks for your advise.
There is a typo in the README. Update
Platform.isiOS
toPlatform.isIOS
.It would also be helpful to know that
import 'dart:io';
is needed to usePlatform
.