ChewbaccaOriginal post
Rank 1: Thread
Hi guys. I have very interesting problem. Right after adding AppWrite dependencies to pabspec.yaml in my Flutter project I get givven this error:
Summary
After adding Appwrite to the pubspec.yaml file in a Flutter project, an error occurs. Here's the solution:
1. Open the `build.gradle` file in `android/app` directory of your Flutter project.
2. Replace the `dependencies` block with the provided code.
3. Save the file and run `flutter clean`.
4. Run `dart pub get` and `flutter pub get`.
5. Run your project.
The error should be resolved now.