Global Feed Post Login
Replying to Avatar Derek Ross

any flutter devs out there? how do i make an app reconnect and resubscribe to relays after the app has been backgrounded / slept. this is my largest hurdle with the divine flutter app.

Avatar
Kieran 1mo ago 💬 1

It should be managed by nostr-sdk on flutter

Reply to this note

Please Login to reply.

Discussion

Avatar
Derek Ross 1mo ago 💬 1

this is the one we're using. https://github.com/rabble/nostr_sdk

Avatar
Kieran 1mo ago 💬 1

I used https://github.com/relaystr/ndk for zap.stream / freeflow apps

Avatar
Kieran 1mo ago

i used rx_dart to get realtime updates using a class like this: https://github.com/nostrlabs-io/zap-stream-flutter/blob/main/lib/rx_filter.dart

Thread collapsed
Thread collapsed
Thread collapsed