Kavisi

Results 14 comments of Kavisi

The reason given by the Appwrite team for this behavior was so as to not give the user ID to someone else in case you register a new user. Case...

Deletion from the client API only blocks the user. It's explicitly stated in docs. But using the admin console works. The other option they suggested was using an Appwrite function...

Hey @sleepreading. Can you add code from `main.dart` file. I wanna see how you handle navigation. Then suggest a workaround that worked for me.

@bitsdojo Can I create one with a simple onGenerateRoute and create a PR for flutter windows?

Why not? 😅 Someone will want to use it with go_router. It's always great to tackle every avenue IMO!

Yes. I'll give it a try. Lemme first fix the issues you raised on the PR 😅👍🏾

I would love your input. Should I include it in the function already there or should I create a new file and put the function there? For creating group chat...

Are you sure it prints `null`? It prints: ```text typeField: {name: ServerEnvironment, description: Test enum} ``` That matches the map with the anchor `&ServerEnvironment` which is: ```yaml name: ServerEnvironment description:...

> Adding the test case `'whitespace between line breaks at the end\n \n'` to `test/string_test.dart` causes tests to fail. > > ```diff > diff --git a/test/string_test.dart b/test/string_test.dart > index b92c20a..a18f57a...