synergy_client_flutter 0.0.2 copy "synergy_client_flutter: ^0.0.2" to clipboard
synergy_client_flutter: ^0.0.2 copied to clipboard

Flutter implementation for synergy clients compatible with Synergy, Barrier, InputLeap

Synergy Client Flutter #

synergy_client_dart version synergy_client_flutter version

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 #

https://github.com/rohitsangwan01/flutter_synergy/assets/59526499/6cb086f2-b390-490a-b8e6-a95aeb5d2b17

Note: #

Inspired from synergy-android This project is in initial stage, Api's might change

1
likes
0
points
30
downloads

Publisher

verified publisherrohitsangwan.in

Weekly Downloads

Flutter implementation for synergy clients compatible with Synergy, Barrier, InputLeap

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get, get_storage, synergy_client_dart

More

Packages that depend on synergy_client_flutter