synergy_client_flutter 0.0.2
synergy_client_flutter: ^0.0.2 copied to clipboard
Flutter implementation for synergy clients compatible with Synergy, Barrier, InputLeap
Synergy Client Flutter #
Flutter Synergy
Flutter Synergy Client: A flutter client implementation for synergy servers like Synergy, Barrier, InputLeap
Get started #
Disable SSL in server ( Encryption not supported yet )
To use with dart only, checkout synergy_client_dart
Wrap your app in SynergyClientFlutter, That's it, a floating button will appear in app tap on it to enter details and connect to Synergy
void main() async {
WidgetsFlutterBinding.ensureInitialized();
runApp(
const SynergyClientFlutter(
enabled: true,
child: MaterialApp(
....
),
),
);
}
Demo #
Note: #
Inspired from synergy-android This project is in initial stage, Api's might change