hey ameenOriginal post
Rank 1: Thread
while calling User user = await _appwrite.account.get();
getting error:
E/flutter (15720): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Null' is not a subtype of type 'bool'
Flutter Sdk Version : 3.24.5
Self Hosted Appwrite version : 1.6.0
Appwrite package version: appwrite: ^13.0.0
Summary
Developers are encountering an error stating 'type Null is not a subtype of type bool' when calling _appwrite.account.get(). This issue may be due to null safety. Update the Appwrite package version to the latest release to potentially fix the error.