reason

重构首页

......@@ -172,6 +172,7 @@ class HomeState extends State<Home> with WidgetsBindingObserver {
onRefresh: _onRefresh,
//设置listView
child: PageView(
onPageChanged: (p) {},
controller: _controller,
//设置滑动方向
scrollDirection: Axis.vertical,
......
......@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+3
version: 1.0.0+4
environment:
sdk: ">=2.16.2 <3.0.0"
......