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

Platformweb

a simple and convenient way to have in-app notifications for jaspr projects.

example/lib/main.dart

import 'package:jaspr/server.dart';
import 'app.dart';
import 'jaspr_options.dart';

void main() {
  Jaspr.initializeApp(
    options: defaultJasprOptions,
  );

  runApp(
    Document(
      title: 'example',
      styles: [
        css('*').styles(padding: Padding.zero, margin: Margin.zero),
        css(
          'body ,html',
        ).styles(width: 100.percent, height: 100.percent, overflow: Overflow.hidden, backgroundColor: Colors.gray),
      ],
      body: App(),
    ),
  );
}
1
likes
160
points
72
downloads

Publisher

verified publisherhani.day

Weekly Downloads

a simple and convenient way to have in-app notifications for jaspr projects.

Repository (GitLab)
View/report issues

Topics

#jaspr #web #notifications

Documentation

API reference

License

MIT (license)

Dependencies

dartx, jaspr, universal_web, uuid

More

Packages that depend on jaspr_notifications