marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

Feature: Enter key as Ok button #97

Closed OutdatedGuy closed 2 years ago

OutdatedGuy commented 2 years ago

New

Changes

Resolve Feature requests for #88 and #71

marcos930807 commented 2 years ago

@OutdatedGuy Do you think it is possible to change that if enableEnterKey is false RawKeyboardListener Widget is not present in the Tree, with this we will achieve not having a listener without it being necessary. let me know if you understood me. Thanks for your efforts.

OutdatedGuy commented 2 years ago

Will try on that