purity 0.19.1 copy "purity: ^0.19.1" to clipboard
purity: ^0.19.1 copied to clipboard

Dart 1 only

Purity is a web framework designed to make the task of creating complex, realtime web apps simple by encouraging coding patterns that promote code reuse, unit testing and rapid manual testing cycles.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add purity

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

dependencies:
  purity: ^0.19.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:purity/purity.dart';
0
likes
10
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Purity is a web framework designed to make the task of creating complex, realtime web apps simple by encouraging coding patterns that promote code reuse, unit testing and rapid manual testing cycles.

View/report issues

License

MIT (license)

Dependencies

bson, controls_and_panels, emitters, http, http_server, logging, route, transmittable

More

Packages that depend on purity