CareF / gesture_recorder

A flutter package to record and replay a gesture for test purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gesture Recorder

TODO: add pub.dev link here

A tool to record gestures for a flutter app for generating a test case, and for replaying the recorded gestures for test purposes

Usage

To use this package, add gesture_recorder as a dev_dependencies in your pubspec.yaml file.

Example

Under the example/ directory, first record a gesture by funning:

flutter drive -t test/record_gesture.dart -d pixel --trace-startup

Than replay the recorded gesture by

flutter drive -t test/replay_gesture.dart -d pixel --trace-startup

About

A flutter package to record and replay a gesture for test purposes.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 36.1%Language:Dart 29.0%Language:CMake 26.2%Language:C 4.4%Language:HTML 2.1%Language:Swift 1.9%Language:Kotlin 0.2%Language:Objective-C 0.1%