appwrite_offline
A Flutter Data adapter for Appwrite that provides offline support, real-time updates, and seamless integration with Flutter Data's powerful features.
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
5 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Nov 2024 to Dec 2024
2025
2026
Releases
latest 5-
0.0.510 Dec 2024Release notes
Open source →Improvements
- Add
updatedFieldssave param to facilitate partial updates (PATCH). - Updated the documentation to showcase the usage of this param.
- Add
-
0.0.408 Dec 2024 -
0.0.308 Dec 2024Release notes
Open source →Improvements
- Added Offline Handling for
saveanddeletemethods - Change
CHANGELOG.mdto Descending ordering.
Comments
- Thanks to all those who take time to like this package.
- Am actively looking for contributors of this package, as a solo contributor I can't do much.
- You can contribute either in the documentation, review, test, code and maintenance.
- Added Offline Handling for
-
0.0.223 Nov 2024Release notes
Open source →Improvements
- Fixed Flutter Data Documentation Link
- Fixed Bug in the Adapter's
sendRequest
-
0.0.123 Nov 2024Release notes
Open source →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