flutterjs_server 1.0.0 copy "flutterjs_server: ^1.0.0" to clipboard
flutterjs_server: ^1.0.0 copied to clipboard

HTTP server framework for Node.js written in Dart. Compile Dart to JavaScript and run on Node.js.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutterjs_server

With Flutter:

 $ flutter pub add flutterjs_server

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

dependencies:
  flutterjs_server: ^1.0.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:flutterjs_server/flutterjs_server.dart';
0
likes
150
points
95
downloads

Publisher

verified publisherpackage.flutterjs.dev

Weekly Downloads

HTTP server framework for Node.js written in Dart. Compile Dart to JavaScript and run on Node.js.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on flutterjs_server