Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
reason
2022-07-01 21:02:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ec22e63de7362220b54c39a99910527c5af2837
9ec22e63
1 parent
174cc7a8
重构首页
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
lib/home/home_page.dart
pubspec.yaml
lib/home/home_page.dart
View file @
9ec22e6
...
...
@@ -172,6 +172,7 @@ class HomeState extends State<Home> with WidgetsBindingObserver {
onRefresh:
_onRefresh
,
//设置listView
child:
PageView
(
onPageChanged:
(
p
)
{},
controller:
_controller
,
//设置滑动方向
scrollDirection:
Axis
.
vertical
,
...
...
pubspec.yaml
View file @
9ec22e6
...
...
@@ -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"
...
...
Please
register
or
login
to post a comment