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

Android Flutter client for Gotify push notifications — WebSocket receive, REST send, local alerts, and background delivery. No Firebase required.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gotify_flutter

With Flutter:

 $ flutter pub add gotify_flutter

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

dependencies:
  gotify_flutter: ^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:gotify_flutter/gotify_flutter.dart';
0
likes
0
points
47
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Android Flutter client for Gotify push notifications — WebSocket receive, REST send, local alerts, and background delivery. No Firebase required.

Repository (GitHub)
View/report issues

Topics

#gotify #push-notifications #android #websocket #notifications

License

unknown (license)

Dependencies

flutter, flutter_foreground_task, flutter_local_notifications, flutter_secure_storage, http, meta, web_socket_channel

More

Packages that depend on gotify_flutter