whimstech_socket_dart 3.0.1-beta.2
whimstech_socket_dart: ^3.0.1-beta.2 copied to clipboard
Dartlang port of whimstech-socket for web, flutter, dartvm to use
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add whimstech_socket_dartWith Flutter:
$ flutter pub add whimstech_socket_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
whimstech_socket_dart: ^3.0.1-beta.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:whimstech_socket_dart/whimstech_socket.dart';