Eerey Solutions

Results 13 issues of Eerey Solutions

If I have focus on a TextFormField and want to tab to e.g. the search bar on the google page, I can't do it solely on the keyboard. How do...

Hello there, I want to be able to use a `Virtual Keyboard (Overlay)` in combination with this plugin, but I cannot send KeyPressed-Events to the WebView. What options do I...

Whenever I enable/disable "Inspect Widget" the entire app state is reset. Here is how I use ResponsiveWrapper (see below). I appreciate any help :) ```dart class MainApp extends StatelessWidget {...

Hello there, currently I use the plugin for my desktop app. It works very good, thanks for your efforts! However, when it came down to a "target" aspect-ratio, I could...

Row 671 @`responsive_wrapper.dart` ```dart // Platform initialization requires context. setPlatform(); ``` Just a small suggestion: ->> `setPlatform();` could be moved to `initState`, because the context is retrievable there and it...

I tried to wrap it around `Align`-Widgets - the children, the parent, everything. It never works consistently. I also tried to put the `ConfettiWidget` in a `Stack` with a fixed...

Hi, it seems like `desktop_drop 0.3.3` does not work on debug (env: Windows). Do I need to configure something for the debug build in order to make it work? When...

help wanted
question
desktop_drop
platform-windows

Does it work for desktop (windows)?

```dart // How long an animation to reorder an element in the list takes. static const Duration _reorderAnimationDuration = Duration(milliseconds: 200); // How long an animation to scroll to an...

If a `Webview`-widget is used and the user taps (any pointer device/mouse/onTapDown) within the `Webview`, the flutter-window loses it's focus. This is not desired because in our project we want...