Skip to content

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

License

Notifications You must be signed in to change notification settings

bottlepay/flutter_showtime

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published