Tizian 「ティツィアーン」Original post
Flutter Developer
I was trying to use Appwrite and connect Flutter, while using the starter kit from GitHub, as advised (please compare with attached screenshot).
However, the specified configuration settings file at lib/constants/appwrite.dart does not exist in the starter repository.
Summary
Developers using Appwrite with Flutter starter kit noticed outdated configuration file path in the starter repository. Correct location for configuration settings is actually in `lib/config/environment.dart`, not `lib/constants/appwrite.dart` as mentioned. Workaround: Use `lib/config/environment.dart` for configuration settings.