jaspr 0.12.0 copy "jaspr: ^0.12.0" to clipboard
jaspr: ^0.12.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.12.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';
278
likes
110
pub points
85%
popularity

Publisher

verified publisherschultek.de

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

Repository (GitHub)
View/report issues
Contributing

Topics

#jaspr #web #html #server

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on jaspr