feedback
feedback copied to clipboard
fix multiple submit issue. now show CircularProgressIndicator instead…
fix multiple submit issue. now show CircularProgressIndicator instead…
:scroll: Description
fix multiple submit issue. now show CircularProgressIndicator instead of TextButton when submitting.
:bulb: Motivation and Context
this changes fix this issue: https://github.com/ueman/feedback/issues/345
:green_heart: How did you test it?
I created a test flutter app and used this updated package in this app and everything worked. also, I ran a web server from the example app in the repository, and everything worked.
:pencil: Checklist
- [ x] I reviewed submitted code
- [ x] I added tests to verify changes
- [ x] I updated the docs if needed
- [x ] All tests passing
- [ x] No breaking changes
:crystal_ball: Next steps
The changes are working correctly on my side. Kindly review and proceed with merging this pull request.