is_ios_simulator 1.0.0
is_ios_simulator: ^1.0.0 copied to clipboard
Checks whether the app is running in the iOS Simulator or on a physical device
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add is_ios_simulatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
is_ios_simulator: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:is_ios_simulator/is_ios_simulator.dart';