purity 0.0.3
purity: ^0.0.3 copied to clipboard
Purity is a simple web framework for developing single page, real time web apps with web sockets. Purity hides all of the server-client communications from the developer and allows for the same app co [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add purityThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
purity: ^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:purity/purity.dart';