Compare commits
1 Commits
v0.8.83-pr
...
v0.8.83
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
676f2d058a |
@@ -94,7 +94,7 @@ class _ScrollToEndBoxState<T> extends State<ScrollToEndBox<T>> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return NotificationListener<ScrollNotification>(
|
||||
return NotificationListener<UserScrollNotification>(
|
||||
onNotification: (details) {
|
||||
globalState.cacheScrollPosition[widget.tag] =
|
||||
details.metrics.pixels == details.metrics.maxScrollExtent
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: fl_clash
|
||||
description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
|
||||
publish_to: 'none'
|
||||
version: 0.8.83+202504301
|
||||
version: 0.8.83+202505011
|
||||
environment:
|
||||
sdk: '>=3.1.0 <4.0.0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user