xserver 0.2.0 copy "xserver: ^0.2.0" to clipboard
xserver: ^0.2.0 copied to clipboard

A Dart-based web server framework.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xserver

With Flutter:

 $ flutter pub add xserver

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

dependencies:
  xserver: ^0.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:xserver/xserver.dart';
0
likes
100
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart-based web server framework.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, collection, dart_casing, http, meta, path, shelf, shelf_router, shelf_web_socket, source_gen

More

Packages that depend on xserver