locality_social_cloud_friendlist 1.0.0 locality_social_cloud_friendlist: ^1.0.0 copied to clipboard
A simple friendlist based on Locality Social Cloud.
locality_social_cloud_friendlist #
A Flutter package based on Locality Social Cloud that provides a pub-sub based friend list system for sending and receiving friend requests between users. This package allows you to manage friend lists securely and efficiently, using SHA-256 for topic hashing and pub-sub mechanisms for event-driven updates.
Features #
- Send and receive friend requests between users.
- Manage friend lists via a pub-sub architecture.
- Automatically register and track friend lists.
- Securely generate unique friend list topics using SHA-256 hashing.
- Check the friend status between users easily.