webapp 1.0.6
webapp: ^1.0.6 copied to clipboard
This is a package for fast, easy, and powerful web application development using the Dart language.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add webapp
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
webapp: ^1.0.6
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:webapp/dw_console.dart';
import 'package:webapp/dw_model.dart';
import 'package:webapp/dw_route.dart';
import 'package:webapp/dw_server.dart';
import 'package:webapp/dw_tools.dart';
import 'package:webapp/dw_ui.dart';
import 'package:webapp/mail.dart';
import 'package:webapp/model_less.dart';