Bertho Joris

Results 9 comments of Bertho Joris

I'm using your boilerplate project for my next project. Nice for starter and I added some small feature in register page. I added Profile name

Maybe for next release you can add menu for update profile. Upload image (pick from local storage or capture from camera) and upload to Firebase storage. Integrate with push notification....

Yes... I already see it. Nice. Btw how about push notif triggered by another apps or via web? Via firebase console is good, but in real life app send with...

Use : https://github.com/hilongjw/vue-progressbar

I have not tried the solution you gave. It seems to run well if we give `ID` to every page that will be on the go. Have you tried it?

You can check https://ibb.co/zXyjPmR Or you can try change `TextSpan(text: lastPlayedGame.name, style: headingTwoTextStyle,)` to `TextSpan(text: "very loooooooooooooooooonnnnnnnnngggggg teeeeeeeeeeeeeeeeeeeeexxxxxxxxxxxxxxxxxxttttttttttt", style: headingTwoTextStyle,)`

Maybe you can try wrap inside `Flexible` widget like ``` Flexible( child: Padding( padding: const EdgeInsets.all(8.0), child: RichText( text: TextSpan(children: [ TextSpan(text: lastPlayedGame.name, style: headingTwoTextStyle,), TextSpan(text: '\n'), TextSpan(text: "${lastPlayedGame.hoursPlayed} hours...

When I build to release version (android) I got some `weird output`. The **progress bar** not shown. You can see in this picture https://ibb.co/djHsHTt In this picture I already use...

`Flexible widget` is nice one for handle case like this. Maybe you can use for next every tutorial on youtube :) I one of the subscriber your channel. Nice inspire...