jaspr 0.17.0 copy "jaspr: ^0.17.0" to clipboard
jaspr: ^0.17.0 copied to clipboard

Modern web framework for building websites in Dart that feels like Flutter but supports server-side rendering.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jaspr

With Flutter:

 $ flutter pub add jaspr

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

dependencies:
  jaspr: ^0.17.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:jaspr/jaspr.dart';
468
likes
130
points
4.12k
downloads

Publisher

verified publisherschultek.dev

Weekly Downloads

Modern web framework for building websites in Dart that feels like Flutter but supports server-side rendering.

Topics

#jaspr #web #html #server

Documentation

API reference

License

MIT (license)

Dependencies

binary_codec, hotreloader, html, http, meta, path, shelf, shelf_gzip, shelf_proxy, shelf_static, universal_web

More

Packages that depend on jaspr