Posts by pshenrique • 1 point
2 posts
-
0
votes1
answer30
viewsA: I’m having trouble with my flutter code
Raisedbutton is deprecated, Elevatedbutton is now used. in part: Future _readData() async{ Try{ final file = await _getFile(); return file.readAsString(); }catch (e){ return null; } By the Flutter…
flutteranswered pshenrique 1 -
0
votes1
answer16
viewsA: How to use Firebase with Kotlin?
Cara tries to take a look at this Firebase documentation: https://firebase.google.com/docs/firestore/quickstart#kotlin+ktx I used it to be able to implement Firebase in my project and precisely to…
kotlinanswered pshenrique 1