-
Hey,
It may be a silly question but is there a reason this package uses native views (which are expensive and have **a lot** of performance issues) instead of actually using flutter widgets?
This …
-
In flutter/engine#3357, we corrected the top padding applied to account for double-height status bars on iOS. While this fix ensures the padding is correct, the transition between a standard height st…
-
✨ **The new version (v2) is technically functional and available as a pre-release on pub.dev!** ✨
Hello everyone 👋!
I thought I'd give an update to anybody interested of the current state of the p…
-
## Steps to Reproduce
Not sure exactly what to put here but ill describe my layout.
In a Row I have 3 Expanded Widgets. In the right most widget, I have a Column with a widget that acts as a header,…
-
![image](https://user-images.githubusercontent.com/1448144/223553236-b8ed0ca6-39f3-40ee-a7b1-ac1a1c87d5f9.png)
## Steps to Reproduce
1. Execute `flutter run` on the code sample on `macOS`.
…
-
## Steps to Reproduce
Please see the code below.
1. Execute `flutter run` on the code sample
The app can render correctly with other platform except in the chrome with --web-renderer ht…
-
This was a live mockup of a React/Electron/Material-UI JS version of our SquareDesk UI. Tabulator was used for the songTable. I like this a lot better than what we have now -- it's tighter, and it d…
-
### Overall impression
There're some very nice touches in the app: a switcher between auto & manual translation, and the translation card hides when the input is empty. It's obvious that you put some…
-
The Android/iOS libraries can load [Custom native ad formats](https://developers.google.com/ad-manager/mobile-ads-sdk/android/native/custom-formats). Currently it seems not possible to use these from …
-
Hello, I've got so strange behavior with `RawKeyboardListener`.
`keyCode` is correct, but `event.logicalKey.keyLabel` returns `8` instead of `*` and the same for other key events with modifiers.
I…