Conversation
WalkthroughThis pull request removes API keys and payment methods functionality from the Appwrite Dart SDK. Changes include: deletion of Account service methods for keys and payment methods; removal of related model classes and part directives (Key, KeyList, PaymentMethod, PaymentMethodList); deletion of the Scopes enum and its part directive; removal of many documentation examples for keys and payment methods; and removal of unit tests covering those models and service methods. Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes 🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR contains updates to the Flutter SDK for version 21.1.0.
Summary by CodeRabbit
Release Notes
Documentation
Chores