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

outdated

Plugin to detect whether the current device is an emulator or simulator (forked and fixed)

Flutter Is Emulator plugin #

Plugin to detect whether the current device is an emulator or simulator

Getting Started #

First, you just have to import the package in your dart files with:

import 'package:flutter_is_emulator/flutter_is_emulator.dart';

Then you just have to request if the device is an emulator (Android) or a simulator (iOS) with:

bool isAnEmulator = await FlutterIsEmulator.isDeviceAnEmulatorOrASimulator;
2
likes
40
pub points
23%
popularity

Publisher

unverified uploader

Plugin to detect whether the current device is an emulator or simulator (forked and fixed)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_is_emulator_fixed