Posts by Lucas santos • 32 points
7 posts
-
0
votes0
answers12
viewsQ: How to redirect to a specific screen by clicking on a notification with the app completely closed using firebase messaging > V9.0
I am using firebase messaging version 9.0 and wish to redirect the user to a specific screen when receiving and click a notification when the app is closed. I can currently redirect with the app…
-
0
votes1
answer118
viewsA: How to use a Bloc Pattern to manage 2 widgets in Flutter
I found a solution in English stackoverflow that solved my problem, I do not know if it is the best, but it is the basis for if someone has the same problem The solution was to build the Bloc as a…
-
0
votes1
answer118
viewsQ: How to use a Bloc Pattern to manage 2 widgets in Flutter
I’m implementing Bloc in my app, in order to componentize widgets, but I am unable to receive the status changes of a Widget that is in the Widgetprincipal class to change another that is in the…
-
0
votes1
answer1118
viewsQ: How to pass variables from a reusable widget to a flutter screen?
Hello, I’m seeking to reuse some widgets from my app, I’ll give a brief example. I have an Appbar, which in case is my General Menu, present on all screens. import 'package:flutter/material.dart';…
-
0
votes0
answers47
viewsQ: Firestore call returning before the end of the run, on flutter
I have a function to search the data in the firestore. I call the function that is in a controller class helper.getTodosAgendures(); Works well. Below a snippet of my firestore search function.…
-
0
votes1
answer49
viewsA: Problem with Conditional Structure If and Otherwise
Its logic is reversed, check the signs of higher " > "and lower " < ", the way it is does not satisfy any condition.
-
0
votes1
answer123
viewsQ: Hide div after keyboard opens. HTML
Good night! I’m developing an app using Ionic / Angular, but I’m having a problem. When clicking on the keyboard, the form elements overwrite the menu and the logo. I want to hide the Divs…