-
I've not worked with Slivers yet.
But as ParseLiveList handles all of the fetching etc., adding something based on SliverList should work.
Actually I've planed working on LiveList again. Since I am …
-
I'm just evaluating this library and missing some features:
- Item Builder for efficient & performant "unlimited"/huge lists
- Ability to add/remove views/widgets (with animations?)
Is it a ge…
-
Is there any support for lazy loading history only if user scrolls to the top?
Right now the API needs a full list of messages and there is no callback for fetching more messages afaik.
-
- [x] If the user asks to be a doctor and closes the app, the app stucks on the splash screen. It needs to start from the beginning and ask for the mobile phone number.
- [x] All right, so if I'm g…
-
The error:
```
[SEVERE] Suggestor.generatePatches() threw unexpectedly.
type 'DynamicTypeImpl' is not a subtype of type 'InterfaceType' in type cast
```
The code:
```dart
class ActiveSpeechDi…
-
## Steps to Reproduce
1. Start an iPhone simulator.
1. In the `catalog` example, run `flutter run -d iPhone lib/animated_list.dart`
Expected: runs example on simulator
Actual: Fails to run
…
-
Hi,
Great plugin! Is there a way to fade the popups in and out?
Thanks so much!
-
I'm getting this exception when scrolling to the last element of an AnimatedList and back to the first element and I have no Idea what is causing it.
##Logs
```
[+25422 ms] I/flutter ( 57…
-
### Observed behavior
Currently when nested lists are present, the library will animate over the list items and treat the nested list as a single object rather than iterating over the list items with…
-
The new and upcoming dartdoc (dart-lang/dartdoc#1390) has much better warnings. All of them displayed by default are indications of a real problem of varying degrees of severity, though some may sti…