No description
  • Dart 66.4%
  • Kotlin 14.1%
  • CMake 12.2%
  • C++ 6%
  • C 1.3%
Find a file
sim 81d31ddfe5
All checks were successful
ci/woodpecker/push/main Pipeline was successful
StorageInterface: Add documentation
2026-02-17 18:08:30 +01:00
.woodpecker Simplify init 2025-10-16 10:37:29 +02:00
example Update lock 2025-11-25 17:18:18 +01:00
unifiedpush Wording in changelog 2025-10-13 17:35:32 +02:00
unifiedpush_android Android: 3.4.1 2025-11-16 21:13:48 +01:00
unifiedpush_linux Linux: 1.0.1 2025-11-08 14:14:58 +01:00
unifiedpush_platform_interface Add comments for LinuxOptions 2025-10-10 17:00:06 +02:00
unifiedpush_storage_interface StorageInterface: Add documentation 2026-02-17 18:08:30 +01:00
unifiedpush_storage_shared_preferences Add lincense to storage libs 2025-10-13 17:20:58 +02:00
unifiedpush_ui UI: 0.2.0 2025-10-13 17:38:58 +02:00
.fvmrc chore(gitignore): ignore FVM related directories 2025-03-26 15:13:29 +01:00
.gitignore chore(gitignore): ignore FVM related directories 2025-03-26 15:13:29 +01:00
.pubignore Fix workflow 2021-12-28 18:33:54 +01:00
dev.sh Add script to dev 2022-01-17 23:19:14 +01:00
LICENSE Update LICENSE 2021-01-26 20:56:06 +01:00
README.md Improve documentation 2025-05-27 09:21:16 +02:00

UnifiedPush flutter-connector

The library allows you to subscribe and receive push notifications with UnifiedPush.

UnifiedPush is specifications and tools that let the user choose how push notifications are delivered. All in a free and open source way.

Getting Started

  1. The documentation is available on the pub.dev page
  2. On Android, it is possible to use Google services as a fallback
  3. An example app can be found on this repository.