-
When the screen expands sharply, the MDFabBottomAppBarButton widget goes out of frame. I have read that it is a FloatLayout, but when expanded a little (adding size), the widget does not change positi…
-
So make it like a miniature or snapshot of the board itself, this shouldn't show the AppBar, just the lists and Tasks.
-
It happened when using the `Get.toNamed()`.
It works fine with `Navigator.push()` but I need `Get.toNamed` for the web app.
The `first page` has a button that will show the `first dialog`.
The `f…
-
**Describe the bug**
The `containsDescendants` selector for `tapOn:` as described [in the docs](https://maestro.mobile.dev/api-reference/selectors) doesn't work on iOS. We're using the latest version…
-
### Steps to reproduce
When the App enters the background, the ImageCache will be cleared, and obvious flickering can be seen when the page is rolled back.
Setting gaplessPlayback = true can solve…
-
Widget build(BuildContext context) {
return SmartRefresher(
enablePullDown: true,
enablePullUp: true,
controller: _refreshController,
onRefresh: () {
_feedC…
-
### Current Behavior
Layer5 and it's projects use [Sistent](https://github.com/layer5io/sistent) library to enable easy component reusability among our various projects.
One such component is [App…
-
https://github.com/OrtakProje-1/reorderable_tabbar/assets/36878876/47101cd2-81e9-46eb-bc0c-c7f0017f1c02
https://github.com/OrtakProje-1/reorderable_tabbar/assets/36878876/fe88de6d-ce00-4385-834…
-
I have an app where navigation between several views using the same controller does not work despite the use of the `tag` property as described [here](https://github.com/jonataslaw/getx/blob/master/do…
-
This is simple example for showcasing problem. I'm making mobile app with form and scrollable view. I have made similar autocomplete using OverlayEntry, CompositedTransformFollower and CompositedTrans…