home_indicator 1.0.1 copy "home_indicator: ^1.0.1" to clipboard
home_indicator: ^1.0.1 copied to clipboard

outdated

Flutter plugin to show/hide the iPhone X home indicator.

home_indicator #

Flutter plugin to show/hide the iPhone X home indicator.

On Android, this plugin does nothing, and isHidden always returns true.

Usage #

import 'package:home_indicator/home_indicator.dart';

await HomeIndicator.show();
await HomeIndicator.hide();
final result = await HomeIndicator.isHidden();

Notes #

  • Even after calling HomeIndicator.hide(), the home indicator will show up when the user gestures near the bottom of the screen. This behavior is impossible to override.
15
likes
0
pub points
88%
popularity

Publisher

verified publisherrainway.com

Flutter plugin to show/hide the iPhone X home indicator.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on home_indicator