appwrite_offline 0.0.2 appwrite_offline: ^0.0.2 copied to clipboard
A Flutter Data adapter for Appwrite that provides offline support, real-time updates, and seamless integration with Flutter Data's powerful features.
[0.0.1] - 2024-11-23 #
Added #
- Initial release of appwrite_offline
- Flutter Data adapter for Appwrite integration
- Offline data synchronization support
- Real-time updates through Appwrite's Realtime service
- Support for Appwrite queries and filters
- Relationship handling (BelongsTo, HasMany)
- Permission management through save params
- Complete example project demonstrating:
- Basic CRUD operations
- Offline capabilities
- Real-time updates
- Relationship handling
- Error handling
- Loading states
Features #
- Automatic offline data synchronization
- Real-time data updates
- Type-safe models and queries
- Simple configuration and setup
- Comprehensive documentation
- Working example project
Dependencies #
- flutter_data: ^1.6.0
- appwrite: ^13.0.0
Requirements #
- Dart SDK: ^3.0.0
- Flutter: >=3.0.0
Documentation #
- Added comprehensive README with setup instructions and usage examples
- Added example project with common use cases
- Added inline documentation for all public APIs
Notes #
- This is the initial release and should be considered beta
- Feedback and contributions are welcome
- Testing in production environments is recommended before critical usage