0
ips-jm created
Hey, we are looking to build a Flutter App as UI paired with the Zero Backend.
Does anyone already have experience in this matter? Input / ideas, especially considering the implementation of the "service-proxies" (like in the Angular project), would be appreciated!
Thank you!
3 Answer(s)
-
0
Hi @ips-jm
We don't have any knowledge about Flutter but I guess you could search for "flutter openapi generator" to find correct tool. This document can also help you about authentication https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Token-Based-Authentication
-
0
In case anyone plans to do this as well:
We ended up using: https://pub.dev/packages/swagger_dart_code_generator
Working really well
-
0
Thanks a lot @ips-jm :)