diegoveloper / diegoveloper/flutter_keyboard_actions
Done button is larger than before
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 798
- Forks
- 183
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
With update to latest version 5.0.2, button increase its height, because it now apply TextButton theme. I want to keep it smaller, but do not want to change global TextButtonTheme. Override it locally not work, as package use Overlay to show keyboard actions.
Is there an option to more customize style of done button and others? Maybe add parameter to pass button style or there already exists way to do that
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the larger Done button with version 5.0.2 and inspect how the package's Overlay builds the keyboard actions. Identify the existing customization entry points for the Done button and other actions. Done means callers can customize these button styles locally without changing the global TextButton theme.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100