-
I have wrap image by sizedBox and set height = 1 , also set height of image but image still get max height of appbar
my code
```
AppBar(
title: Text('My Favourite'),
centerTi…
tbm98 updated
8 months ago
-
**Describe the bug**
Controller Instance not logged on console when you initialize a stateless widget with a required controller with parameters, inside a ListBuilder, inside a page with another cont…
-
I find that network video cannot be played by this,is there a way to resolve this problem?Thanks so much
Following is the error in the console of chrome
```
errors.dart:187 Uncaught (in promise) …
-
The toolbar will dismiss with aim. But event has some conflict. when RecyclerView scroll Y is 0. Scroll down the recycler view. will a little bit block.
app:layout_behavior="@string/appbar_scrolling…
-
**Describe the bug**
demo code like below:
```dart
class _SimpleTableRefreshLoadPageState
extends State {
late bool conditionSometimeFalse;
@override
void initState() {
widge…
-
I have a list of images in a `SliverList` with a `FloatingActionButton` on the bottom-right corner. When the user click's any image on the `SliverList`, the image animates to a new `Route` where the i…
-
DraggableScrollableSheet does not prevent pointer hover events from passing through.
## Steps to Reproduce
**main.dart**
A UI that stacks a DraggableScrollableSheet on top of the page content.…
-
**Issue**
I am trying to change the styling of a component based on the settings. It works great when I apply the settings in the top level element. But If the component has sub element, it seems not…
-
I use webview_flutter plugin, I repeatedly enter and exit the WebViewExample page .The memory will grow all the time,
_WebViewExampleState Instance grow,WebViewAndroidPlatformController also
![im…
-
Hi there,
This relates to the default ‘Hybrid’ 'AppBar and Drawer' app, I have only added a button also on the Home page.
If you use the menu/drawer to switch between pages, the button on the ’…