wikkitOriginal post
Web Developer
Using Dart SDK I get "The function 'Databases' isn't defined." error when trying Databases(client). I import 'package:dart_appwrite/dart_appwrite.dart' and User(client) works but not Databases. What am I missing?
Summary
[SOLVED] User error - outdated sdk version was the issue. Updated to the latest version and now the code works properly.