Posts by Lucas Bersot • 48 points
3 posts
-
0
votes1
answer239
viewsA: Login with google does not work in apk release Flutter
When you post to Google Play, google creates new app subscriptions (SHA1) so you need to take this new sha1 and add it to your firebase project... Wait a few minutes and then install your app by…
-
1
votes1
answer242
viewsQ: Change SDK version 3.1 to 2.1
I made all my ASPNET Core API 3.1 but when I went to configure the CICD, Nuget Restore accuses version error... Speaking I have to use a version 2.1 or lower. (error to follow) '##[error]The nuget…
-
2
votes1
answer33
viewsA: Logo does not appear on the flutter inside the Gradient container
Did you set up this Assets path on Sey Yaml? I did a test here with your code and it worked.. I used any image here from my pc. Every photo, font, package, that you need to add to your project, you…