Last updated:
0 purchases
iphone has notch
iphone_has_notch #
A very simple package with one function - returns true if phone is iPhone and it has notch. Package
has no any dependencies and work on any platform.
Getting Started #
Install the package. Use code
import 'package:iphone_has_notch/iphone_has_notch.dart';
copied to clipboard
Text('This phone is iPhone and it has notch'),
Text('${IphoneHasNotch.hasNotch}'),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.