-
When you cycle through pages using the AnimatedList component, there seems to be some wonky behavior from staging items to be removed and added with the transition hook
-
I have a list of items that I am getting from Firestore database and would like to show them as ListTile's. The list will update if a new item is added or deleted to Firestore database. I would like…
-
Hi,
I'm having a weird bug with the Text widget in flutter, which causes a horizontal scrollbar appear for no reason when adding the maxLines attribute to a text widget, on specific screen resoluti…
-
## Steps to Reproduce
1. Use this code:
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatefulWidget {
MyApp({Key key}) : …
-
hi, is there an animated version of waterfall_flow? like AnimatedList?
-
Hello,
so i have an animated List when multiple cards. When you tap on one card it gets animated and automatically gets pushed on another list.
Therefore, when tapping the first card and direct…
-
Use case: a ListView that supports loading in new items from the top and also from the bottom, like a Twitter timeline or an RSS feed. When dynamically adding new items at the bottom, everything is fi…
-
The HHH builder has turned red and fails with [see here](https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/flutter-engine-linux/14712/overview):
```
▌20:52:49▐ RUNNING: cd packages/flutter/test_…
-
Hello!
I am working on an app, and I am a bit stuck on how to achieve a particular effect. I think what I am trying to achieve is best showcased by the Google Keep Notes app:
![ezgif com-video…
-
This:
```md
| Box Widget | Sliver Widget |
|---|---|
| ListView | SliverList |
| GridView | SliverGrid |
| Padding | SliverPadding |
| AnimatedList | SliverAnimatedList |
| FadeTransition | S…