1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-16 18:39:21 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
shilangyu
c3837b97aa Use VoidCallback 2021-01-03 20:03:32 +00:00
shilangyu
e7745e3e9b Constify the whole codebase 2021-01-03 18:43:39 +00:00
shilangyu
3de35752b2 Enable first part of const lint rules 2021-01-03 17:21:56 +00:00
krawieck
6d8660c826 fix infinite scroll bug where it would not load when resetting 2020-10-04 21:51:26 +02:00
shilangyu
94d12fccff added lots of dartdoc/comments 2020-09-30 17:05:00 +00:00
krawieck
e1ba4e4dd4 replace every Container() with SizedBox.shrink() 2020-09-29 21:45:18 +02:00
krawieck
e234a6a527 Set default instead of null coalescing 2020-09-29 21:34:05 +02:00
krawieck
147db8e1fe add option to include widget before the list, but that is still scrollable 2020-09-28 19:55:10 +02:00
shilangyu
34f8f5b155 removed outdated comment 2020-09-18 23:31:54 +02:00
shilangyu
ea923b032c added @required decorator 2020-09-18 23:29:38 +02:00
shilangyu
0fb53e3314 added a controller and more robust behavior 2020-09-18 23:24:58 +02:00
shilangyu
60dcf07001 convert hasMore into a ref + prevent double fetching 2020-09-17 19:49:42 +02:00
shilangyu
818097f962 created infinite scroll component 2020-09-17 19:43:26 +02:00