kinde-flutter configuration problems
Hello everyone!
I'm very happy to get started with Kinde and Flutter. I recently started studying Flutter and discovered Kinde to get rid of the headache of "maintenance" of users.
I wanted to ask if there is any guide or examples for Flutter? It has been difficult for me to understand and integrate. Also, I can't find a way to configure the callback correctly. (the Kinde page appears but with an error saying 'invalid callback url'). I use flutter_dotenv and go_router.
If you need me to copy any files, I will be happy to copy them
Excuse my English, it is not my native language π
6 Replies
Hi @h40s4m4,
Thanks for reaching out.
We have a Flutter starter kit that will help you get a Flutter app up and running with Kinde.
I would also suggest having a read of the following Flutter SDK doc: https://kinde.com/docs/developer-tools/flutter-sdk/
Let me know if you have any questions.
GitHub
GitHub - kinde-starter-kits/flutter-starter-kit
Contribute to kinde-starter-kits/flutter-starter-kit development by creating an account on GitHub.
Kinde Docs
Flutter SDK - Developer tools - Help center
Our developer tools provide everything you need to get started with Kinde.
The problem is that I try to create the login, but the screen "The callback url is invalid" appears, and I use the .env and the android configuration as it appears in the configuration, the truth is I'm a little lost and I don't know what I'm doing doing wrong or what configuration is not correct
(I have registered the url on the Kindle administration website)
Hi @h40s4m4,
I will discuss your issue with my team first thing Monday
Hey @h40s4m4, what is the name of your Kinde business?
This will help my team troubleshoot your issue further?
Hey @h40s4m4,
The issue is likely with the name of
custom scheme
. Special symbols like _ may cause the issue since you are using the name com.example.glacier_worker
. I would suggest you use a scheme like com.kinde.<appName>://kinde_callback
with the company name without _, works :). Thanks!
Glad to hear it works @h40s4m4