Skip to content

Commit 50f54b1

Browse files
committed
🎉 Initial Release
1 parent 0db2895 commit 50f54b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Flutter Data adapter for Appwrite that provides offline support, real-time upd
77
- 🔄 **Automatic Synchronization**: Seamlessly sync data between local storage and Appwrite
88
- 📱 **Offline Support**: Work with your data even when offline
99
-**Real-time Updates**: Listen to changes in your Appwrite collections in real-time
10-
- 🔍 **Advanced Querying**: Rich querying capabilities with operators like ('>=', '==', '!=', etc) and methods like 'startsWith', etc.
10+
- 🔍 **Advanced Querying**: Supported operators: '==', '!=', '>', '>=', '<', '<=', 'startsWith', 'endsWith', 'contains', 'search', 'between', 'in', 'isNull', 'isNotNull'.
1111
- 🎯 **Type-safe**: Fully typed models and queries
1212
- 🪄 **Easy Integration**: Simple setup process with minimal configuration
1313

0 commit comments

Comments
 (0)