-
## Steps to Reproduce
* Navigate to the Firebase Codelab (https://codelabs.developers.google.com/codelabs/flutter-firebase/#8), specifically the `9. Enable data syncing` -> `Use an AnimatedList` se…
-
use 「ListView.custom - childrenDelegate - didFinishLayout 」,The first widget currently displayed on the page, but the AnimatedList does not have childrenDelegate
tks
-
I have a MessageList statefulWidget that returns an AnimatedList (which has a similar behaviour as a ListView i think).
The AnimatedList's content is based on a List of Widgets that's stored in anot…
-
This is regarding firebase_database 0.0.14
I noticed that the itemBuilder for FirebaseAnimatedList has the following typedef:
```
typedef Widget FirebaseAnimatedListItemBuilder(
BuildContext c…
-
Using the same layout as in this example:
https://github.com/peng8350/flutter_pulltorefresh/blob/master/example/lib/ui/example/useStage/Nested.dart
When replacing `ListView` inside `RefreshListV…
-
After app-release,
CachedNetworkImage is not working.
ImagePicker is not working.
Goto next screen is not working.
And AnimatedList is not working.
What is going on?
I have used firebase.
-
## Steps to Reproduce
Visit
https://master-api.flutter.dev/flutter/widgets/AnimatedList-class.html
Run the app Add a few items in InteractiveApp option,
now try clicking on the remove item…
-
## Feature Request:
Add built-in support for the [Material list behavior spec](https://material.io/guidelines/components/lists.html#lists-behavior) that allows [reordering of rows using a drag handle…
-
I have an animated list inside a stateful widget.
The problem is every-time I do a setState on the parent, the list scroll over to the top.
Check the gist
https://gist.github.com/manujbahl/c53e…
-
**Expected results:**
I want to see it just change their order by tapping the image, but they are changing each other.
so it don't looks smoothly.
**Actual results:**
using ListView
![Feb-04-…