How to set email verification for flutter , Specially deep linking,I use digital ocean
Deep linking is nothing Appwrite specific. You can find deep linking resources on the internet
which is the best implementation approach for email verification,I set everything correctly like SMTP ,I received the email but redirected to my app I can't find a solution for that ,if there's a exemple it would be great
Maybe this will help: https://docs.flutter.dev/ui/navigation/deep-linking
Thanks I will see
Deep Links and Flutter applications. How to handle them properly. https://medium.com/flutter-community/deep-links-and-flutter-applications-how-to-handle-them-properly-8c9865af9283
It's a good article for people who facing problems with deeplink
[SOLVED] flutter email verification
👀 that seems old and complicated. the flutter docs i linked worked great for me
@Steven yeah it's true but i think the concept it's easy to understand
And better for people who doesn't work with html and js only flutter
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...