appwrite is added in my dependency still i am not able to import 'package:appwrite/appwrite/models.dart'; I am getting this Target of URI doesn't exist: 'package:appwrite/appwrite/models.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist.darturi_does_not_exist package:appwrite/appwrite/models.dart
I want to use Account which is inside models i.e. models.Account I am able to import 'package:appwrite/appwrite.dart' but not 'package:appwrite/appwrite/models.dart' I have also tried importing 'package:appwrite/models.dart' this solve the problem of not able to import appwrite/models but still I am not able to use models.Account I have tried updating dependency but still not able to figure out what is wrong.
I have tried running flutter pub get and also tried restarting vscode.