is_ios_simulator 1.0.0 copy "is_ios_simulator: ^1.0.0" to clipboard
is_ios_simulator: ^1.0.0 copied to clipboard

PlatformiOS

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_simulator

This 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.0

Alternatively, 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';
1
likes
150
points
72
downloads

Documentation

API reference

Publisher

verified publisherechoellet.dev

Weekly Downloads

Checks whether the app is running in the iOS Simulator or on a physical device

Repository (GitHub)
View/report issues

Topics

#ios #simulator #device

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on is_ios_simulator

Packages that implement is_ios_simulator