taila-teq

Results 8 comments of taila-teq

> @tantai24495 I need to change the code for that if you can look at the TicketView you can modify it according to your usecase. I read it but i...

Same issue here, after upgrading to flutter 2, i can't build project due to this problem

@keskink how do u fix it, in my case, it is the external library file PainterUtils.dart

> Kotlin: > > ``` > val texto = Spanner() > texto.append(text, font("Roboto Slab")) > ``` > > It must be my mistake. You can define your Font Family in...

I used this package to get credentials (access token, idToken) https://pub.dev/packages/googleapis_auth After I got the information, I use GoogleAuthProvider.credential to create OAuthCredential, then sign in with firebase Is this helpful...