Questions tagged [flutter-button]
8 questions
2
votes
1 answer
Ripple effect is not showing on full area
Inkwell Ripple effect is not showing the full area of content. In my scenario, I have a column that contains a container with a color that can't make as transparent after a container there is a simple text widget. I wrapped the inkwell with full…

Yousuf Ali
- 159
- 2
- 5
1
vote
1 answer
Flutter App that print message when headset button press by user
Can any one help me i used so many pub.dev package but i cannot find my answer
I try on this packages
audio_service 0.18.9
headset_connection_event
flutter_headset_detector

RAM KUMAR
- 13
- 2
1
vote
1 answer
ElevatedButton highlightColor?
I have changed from RaisedButton to ElevatedButton but now I have a problem with the highlightColor function. What is the highlightColor by the ElevatedButton in Flutter?

Bruno
- 79
- 1
- 8
0
votes
2 answers
The ElevatedButton isn't changing the text value
I'm trying to change the value of the text in the button whenever I press it, but it stays the same. Tried using Naviagation.push but I kept getting errors from it so I deleted it off.
class MyHomePage extends StatefulWidget {
const…

Schern
- 3
- 2
0
votes
1 answer
Why do I get a 'Navigator operation requested with a context that does not include a Navigator' error when clicking a button in Flutter?
Navigator operation requested with a context that does not include a Navigator
The compiler gives this error whenever i click the button
I have made two different files in a project ,
in my main.dart have ,
import…

Nishant Sharma
- 3
- 2
0
votes
0 answers
another exception was thrown Incorrect use of ParentDataWidget with an elevatedButton
I'm having this error showing "another exception was thrown Incorrect use of ParentDataWidget" when I press my Elevated button and I don't have any more details into the console so I have no idea how to fix this. Also the others buttons don't do…

Coca95
- 31
- 5
-1
votes
1 answer
Update button in Form submitted for wrong entries
I have implementing app in that I fill the form and when there are error messages in the form. Form still submit to successfully.
so I wanted now, my update button will disable with grey color till I entered correct values to it. once I fill correct…

Mrunal
- 578
- 2
- 21
- 39
-1
votes
1 answer
Can anyone help me to disable a elevated button in my flutter app?
I'm attempting to disable the elevated "Scan Devices" button while the scanning process is in progress. When I alter its state after pressing the button, it does not return to its active state, even after the scanning is finished.
Here is my code…

D42X702D
- 1
- 1