jaspr_serverpod library

Classes

InheritedSession
Provides the Serverpod session to the component tree.
JasprConnectivityMonitor Setup
Monitors the browsers connectivity. Should be attached to the generated Serverpod client.
JasprRoute Setup
A JasprRoute is the most convenient way to render Jaspr components in your server. Override the build method and return a root Component.

Extensions

ContextSession on BuildContext Setup
Context extension to get the Serverpod session from inside a components build method.