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

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

Synergy Client Flutter #

Flutter Synergy Client: A flutter client implementation for synergy servers like Synergy, Barrier, InputLeap

Get started #

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(
        ....
      ),
    ),
  );
}

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