purity 0.19.1
purity: ^0.19.1 copied to clipboard
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 purityThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
purity: ^0.19.1Alternatively, 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';