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

outdated

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 cure

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

dependencies:
  cure: ^0.0.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: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';
5
likes
0
points
23
downloads

Publisher

verified publisheryanshouwang.dev

Weekly Downloads

A library for Dart developers which contains some useful tools and extensions: JSON, CRC, HTTP, EventSource, WebSocket, Signalr, etc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

pedantic, string_scanner

More

Packages that depend on cure