https://github.com/p-x9/flipper-plugin-control-ui
Flipper plug-in that can send TouchEvent and Keyboard events from PC to iPhone.(Desktop)
https://github.com/p-x9/flipper-plugin-control-ui
flipper flipper-plugin flipper-plugins
Last synced: 10 months ago
JSON representation
Flipper plug-in that can send TouchEvent and Keyboard events from PC to iPhone.(Desktop)
- Host: GitHub
- URL: https://github.com/p-x9/flipper-plugin-control-ui
- Owner: p-x9
- License: mit
- Created: 2023-05-12T14:12:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T09:36:15.000Z (about 2 years ago)
- Last Synced: 2025-03-18T15:15:59.837Z (10 months ago)
- Topics: flipper, flipper-plugin, flipper-plugins
- Language: TypeScript
- Homepage:
- Size: 399 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flipper-plugin-control-ui
Flipper plug-in that can send TouchEvent and Keyboard events from PC to iPhone. (Desktop)
[](https://github.com/p-x9/flipper-plugin-control-ui/issues)
[](https://github.com/p-x9/flipper-plugin-control-ui/network/members)
[](https://github.com/p-x9/flipper-plugin-control-ui/stargazers)
[](https://github.com/p-x9/flipper-plugin-control-ui/)

## Installation
Download .tgz file from [Release Page](https://github.com/p-x9/flipper-plugin-control-ui/releases) and Install from the Flipper app's plugin manager.
## Usage
To use this plugin, the plugin must also be configured on the mobile app side.
Currently only supported on iOS.
- [Plugin for iOS](https://github.com/p-x9/FlipperControlUIPlugin-iOS)
## Build
```bash
yarn
yarn flipper-pkg pack # create .tgz file
```
## License
flipper-plugin-control-ui is released under the MIT License. See [LICENSE](./LICENSE)