QuirijnGB / lazy-load-scrollview

A wrapper for a Flutter ScrollView which enables lazy loading
BSD 2-Clause "Simplified" License
109 stars 26 forks source link

StatelessWidget #22

Closed mbfakourii closed 9 months ago

mbfakourii commented 2 years ago

As you know, StatefulWidget takes a lot of resources. Is it possible to implement this library with StatelessWidget?