diff --git a/assets/banner1.png b/assets/banner1.png index 52a468f..459df55 100644 Binary files a/assets/banner1.png and b/assets/banner1.png differ diff --git a/lib/routes/picture/pictureList.dart b/lib/routes/picture/pictureList.dart index ec48bdd..10d6aa7 100644 --- a/lib/routes/picture/pictureList.dart +++ b/lib/routes/picture/pictureList.dart @@ -157,7 +157,7 @@ class _PictureListState extends State { ]), ), SliverMasonryGrid.count( - crossAxisCount: (screenWidth / 200).truncate(), + crossAxisCount: (screenWidth / 250).ceil(), crossAxisSpacing: 4, mainAxisSpacing: 4, childCount: dynamicList.length, diff --git a/lib/routes/video/videoList.dart b/lib/routes/video/videoList.dart index 642103b..cfabebb 100644 --- a/lib/routes/video/videoList.dart +++ b/lib/routes/video/videoList.dart @@ -214,7 +214,7 @@ class _VideoListState extends State { ), ), SliverMasonryGrid.count( - crossAxisCount: (screenWidth / 200).truncate(), + crossAxisCount: (screenWidth / 250).ceil(), crossAxisSpacing: 2, mainAxisSpacing: 2, childCount: videoList.length, diff --git a/pubspec.yaml b/pubspec.yaml index db1ea7a..99b4dc3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.6.7+1 +version: 1.6.8+1 environment: sdk: '>=2.18.6 <3.0.0'