Which is the advantage of using flutter_appwrite package over just dart_appwrite?
TL;DR
The advantage of using the flutter_appwrite package over just dart_appwrite is that it provides additional functionality and features specifically tailored for building Flutter apps. It allows you to seamlessly integrate the Appwrite backend services with your Flutter UI, simplifying the development process. It offers native support for Flutter widgets, user authentication, file management, and other Flutter-specific features. If you are building a Flutter app, using the flutter_appwrite package would be a better choice.