Posts by Dwizard • 9 points
3 posts
-
-1
votes1
answer381
viewsQ: Pass Values through Stream / Bloc
I have a login_bloc.Dart file and within it I have the following situation. final usuario = BehaviorSubject<String>(); usuario.sink.add(user.email); and in the file home_screen.Dart, I have…
-
-2
votes1
answer85
viewsQ: Message request in file . php
I created an email form, it’s functional. I just wish I knew how to return the message echo('Email enviado com sucesso'). Inside my html index. For example: <form method="POST"…
-
0
votes2
answers806
viewsQ: App not compatible with buildpack (Heroku)
I have made other Deploys in Heroku with DJANGO, but this is the first one that I used images and css. From what I’m noticing the site does not accept images anyway, I do not know exactly what is…