cure 0.0.3
cure: ^0.0.3 copied to clipboard
A library for Dart developers which contains some useful tools and extensions: JSON, CRC, HTTP, EventSource, WebSocket, Signalr, etc.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cureThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cure: ^0.0.3Alternatively, 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:cure/cryptography.dart';
import 'package:cure/http.dart';
import 'package:cure/serialization.dart';
import 'package:cure/signalr.dart';
import 'package:cure/sse.dart';
import 'package:cure/utils.dart';
import 'package:cure/ws.dart';