woltapp / wolt_modal_sheet

This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page.
MIT License
511 stars 64 forks source link

Remove KeyboardVisibilityListener dependency and add WoltKeyboardClosureListenerMixin #303

Closed ulusoyca closed 3 months ago

ulusoyca commented 3 months ago

Description

This PR introduces the WoltKeyboardClosureListenerMixin mixin and removes the FlutterKeyboardVisibility package dependency. The purpose of this mixin is to track the visibility of the soft keyboard by monitoring the changes in the system's view insets and using the WidgetsBindingObserver.

Android iOS

Related Issues

210

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?