Posts by Marcos Vieira • 45 points
3 posts
-
0
votes0
answers33
viewsQ: Conflict between firebase and Goole ads
I’m on a project that uses firebase and google ads. When I add the google ads dependency on pubspec.yaml I get the following error while compiling: Launching lib main.Dart on LM X525 in debug…
-
0
votes0
answers26
viewsQ: Scheduled Notifications (scheduled notifications) not working
I have a problem with an app that uses the local_notifications plugin to flutter. unscheduled notifications are shown when I click the button, but scheduled notifications are not displayed. follow…
-
1
votes1
answer41
viewsQ: Is there any way to display a component only if there is data in the json file to populate it?
I’m doing a quiz app and it turns out that some questions have 5 and others have only 4 alternatives. In the tutorial I followed it creates 4 choicebutton. I, who am very innocent, added a fifth,…