flutter_showtime 0.1.1 copy "flutter_showtime: ^0.1.1" to clipboard
flutter_showtime: ^0.1.1 copied to clipboard

A flutter wrapper around the ShowTime Cocoapod to visually highlight touch events in iOS with hot spots.

flutter_showtime #

A flutter wrapper around the ShowTime Cocoapod. Allows you to easily view touch events in iOS.

https://github.com/KaneCheshire/ShowTime

Requires minimum deployment target of 8.2 or higher.

Note: this is a no-op in Android and is only valid for iOS.

AsYouType real-time formatting

Getting Started #

Add this project to your pubspec.yaml:

  flutter_showtime: ^0.0.2

Enable / disable touch events:

await FlutterShowtime.enable();

API Reference #

Future<void> enable() #

Enable visible touch events.

Future<void> disable() #

Disable visible touch events.

1
likes
40
pub points
0%
popularity

Publisher

verified publisherbottlepay.com

A flutter wrapper around the ShowTime Cocoapod to visually highlight touch events in iOS with hot spots.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_showtime