sync_socket 1.0.2+1 copy "sync_socket: ^1.0.2+1" to clipboard
sync_socket: ^1.0.2+1 copied to clipboard

Dart 1 only

Synchronous Socket and HTTP Client.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sync_socket

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sync_socket: ^1.0.2+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sync_socket/sync_socket.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Synchronous Socket and HTTP Client.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (LICENSE)

More

Packages that depend on sync_socket