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

PlatformAndroid

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

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate gotify_flutter

Use it

The package has the following executables:

$ configure

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gotify_flutter

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

dependencies:
  gotify_flutter: ^1.1.1

Alternatively, your editor might support 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
140
points
40
downloads
screenshot

Documentation

Documentation
API reference

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

MIT (license)

Dependencies

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

More

Packages that depend on gotify_flutter

Packages that implement gotify_flutter