- Upgrade supabase_flutter: ^2.8.3
ℹ️ ℹ️ Recommended scheme migration ℹ️ ℹ️
Improvement documentations.
- Fixed #25 Update chats.update_last_messages trigger to make sure it is only called for actual last message in case of update
- Fixed #27 Error in room or message deletion query, a
limit(1)
was incorrectly applied
- Upgrade mine: '>=1.0.2 <3.0.0'
- Fixed #20 Chat creator role is null instead of admin
- Now when we get the rooms the
rooms_l
view is used so that we can get all the information without having to do multiple queries
- Fixed #20 Chat creator role is null instead of admin
- Fixed online user status realtime subscription
Improve documentations
- Fixed schema
chats
permission after view creation
- Fixed
updateRoomList
sorting
- Added Rooms list pagination and searchable
- Security fix on RLS helper functions
- Added Users list pagination and searchable
- Added Users typing status
- Fix database index e security fix on function
- Fixed update room call
- Fixed Dart SDK version for Flutter 3.22.x (#9)
- Updated dependencies
- Fixed schema migration (#3)
- Fixed example theme variables, now support Flutter > 3.22.x
- Added user online status support
- Added room messages pagination, now it's possible load messages on chat scrolling
- Added
SupabaseChatController
- Added
UserOnlineStateObserver
widget - Added
UserOnlineStatusWidget
widget
- Removed
dio
dependency - Upgraded
supabase_flutter
to^2.4.0
- Improved documentation
- Fixed RSL on chats schema
- Add files download support
- Test on Android device
- Renamed
SupabseChatCore
toSupabaseChatCore
😅 (typo) - Added logic to change status in read messages
- Dependencies updated
- Improved documentation and fixed GitHub Pages CI
- Initial release