webapp 1.0.10 copy "webapp: ^1.0.10" to clipboard
webapp: ^1.0.10 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.10

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/wa_console.dart';
import 'package:webapp/wa_mail.dart';
import 'package:webapp/wa_model.dart';
import 'package:webapp/wa_model_less.dart';
import 'package:webapp/wa_route.dart';
import 'package:webapp/wa_server.dart';
import 'package:webapp/wa_tools.dart';
import 'package:webapp/wa_ui.dart';
14
likes
0
pub points
61%
popularity

Publisher

verified publisheruproid.com

This is a package for fast, easy, and powerful web application development using the Dart language.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

base32, cron, crypto, dotenv, encrypt, intl, jinja, json_annotation, logger, mailer, mime, mongo_dart, path

More

Packages that depend on webapp