force 0.7.0
force: ^0.7.0 copied to clipboard
A real time web framework for dart, embracing websockets, making communication even better
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add forceThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
force: ^0.7.0Alternatively, 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:force/force_browser.dart';
import 'package:force/force_common.dart';
import 'package:force/force_serverside.dart';
import 'package:force/test.dart';