I am having trouble creating a Flutter web app on the platform.
below is a link to a video created while trying to create the app: https://loom.com/share/f69bc054ca614b80b57b17fd5b36896e?sid=525663a5-79c4-4e05-8763-a4a7ea35d46e
I actually wanted to start a web project on the platform.
I don't know what I am doing/done wrong. I'd be happy to answer any further questions.
If you're using Appwrite cloud
Then, for flutter you should add Web app platform instead.
You bet I did. But the problem persist. I'll try again today and see if it'll work.
What problem persisted? Have you create a Web platform instead of Flutter Web one?
Whoops! Got busy. You mean I should create a web app instead of a Flutter web right? Ok, I'll try that.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...