Fuad Rivai

Results 10 comments of Fuad Rivai

> please use another_flushbar: ^1.10.5 . same code just fixed this issue thanks, it works fine. i use same code as like before, just change dependency and borderRadius behavior.

> Adding this in the query solved my problem. > > have to specify id is not null and if we can't find the person its return type must be...

oh ok, thanks for the plugin.

hi @lucascp2004UFPI thanks, let me try.

> _auth = FirebaseAuth.instance; > //do login and after ... > String token = await _auth.tokenProvider.idToken; thanks @lucascp2004UFPI , it's working for me. but the token look like JWT token,...

oke thanks, i copy from https://github.com/ForrestHilton/keyboard_shortcuts and working well

Me also not working Cannot read property 'V' of null

> @Josua2012 There's this community plugin which seem to handle such scenario, https://pub.dev/packages/advanced_datatable Check it out and see if it answers your question. Also check this article for your further...

> Is this still an issue now that we have to be 100% null safe with the latest dart/flutter? now i use GoRouter