recyclerlistview
recyclerlistview copied to clipboard
Dynamic height for LayoutProvider
Can some help me with how to set dynamic height for LayoutProvider. Row height should be based on content instead of predefined height.
Use forceNonDeterministicRendering={true}
and provide estimate heights in layout provider.