synergy_client_dart

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

synergy client dart

Synergy Client Dart #




Flutter Synergy

Dart Synergy Client: A dart client implementation for synergy servers like Synergy, Barrier, InputLeap
Get started #
Disable SSL in server ( Encryption not supported yet )
To use with flutter, checkout synergy_client_flutter
Create a calls extending ScreenInterface
class BasicScreen extends ScreenInterface {
// Implement all methods
}
copied to clipboard
Connect with synergy using this screen interface
var SynergyClientDart client = SynergyClientDart();
var screen = BasicScreen();

await client.connect(
screen: screen,
serverIp: serverIp,
serverPort: serverPort,
clientName: clientName,
);
copied to clipboard
To Disconnect
client.disconnect();
copied to clipboard
Checkout complete documentation
Note: #
Inspired from synergy-android
This project is in initial stage, Api's might change

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.