veta_notifications_kit 0.1.0 copy "veta_notifications_kit: ^0.1.0" to clipboard
veta_notifications_kit: ^0.1.0 copied to clipboard

Veta notifications for Flutter — inbox + preferences aligned with @vetaui/notifications-kit.

veta_notifications_kit #

Flutter notifications kit aligned with @vetaui/notifications-kit: inbox, preference matrix, unread counts, and strategy-driven realtime hooks.

Install #

dependencies:
  veta_notifications_kit: ^0.0.0

For local monorepo development:

dependencies:
  veta_notifications_kit:
    path: ../veta_notifications_kit

Setup #

import 'package:veta_notifications_kit/veta_notifications_kit.dart';
import 'package:veta_foundations/veta_foundations.dart';

void main() {
  configureVetaKits(notifications: mockNotificationsStrategy());
  runApp(const MyApp());
}

Public exports #

  • NotificationsStrategy, NotificationItem, NotificationPreference
  • mockNotificationsStrategy
  • listNotifications, unreadCount, markNotification, markAllRead
  • VetaNotificationsPage

Use the mock strategy for generated apps and tests, then swap in a Firebase, Supabase, Knock, or custom adapter behind the same strategy contract.

0
likes
140
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Veta notifications for Flutter — inbox + preferences aligned with @vetaui/notifications-kit.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, veta_atoms, veta_foundations, veta_molecules

More

Packages that depend on veta_notifications_kit