版本更新

hmxc
张萌 4 years ago
parent ade2438315
commit 6b33f0c225

@ -60,8 +60,8 @@ class _HomePageState extends State<HomePage> {
children: [ children: [
Image.asset( Image.asset(
assetPath, assetPath,
height: 75.w, height: 60.w,
width: 75.w, width: 60.w,
), ),
SizedBox(height: 8.w), SizedBox(height: 8.w),
Text( Text(
@ -513,7 +513,6 @@ class _HomePageState extends State<HomePage> {
}, },
itemCount: AllModel(context).waitThings.length, itemCount: AllModel(context).waitThings.length,
), ),
//TODO listview
), ),
SizedBox(height: 24.w), SizedBox(height: 24.w),
// //

@ -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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.1+2 version: 1.0.2+3
environment: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save