flutter_showtime 0.1.1
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.

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.