diegoveloper / diegoveloper/flutter_keyboard_actions

Done button is larger than before

Open
#269 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.