Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 680 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 680 Bytes

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.