ifp_detector 1.0.7
ifp_detector: ^1.0.7 copied to clipboard
Detect Interactive Flat Panels (IFPs) vs tablets on Android. Analyze screen size, brand, hardware features, and stylus support with confidence scoring for licensing and feature control.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ifp_detector
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ifp_detector: ^1.0.7
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:ifp_detector/ifp_detector.dart';