Skip to content

Commit

Permalink
DEV UPDATE:Update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
misakajimmy committed Feb 21, 2023
1 parent 047b83a commit 742f9af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified assets/banner1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/routes/picture/pictureList.dart
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class _PictureListState extends State<PictureList> {
]),
),
SliverMasonryGrid.count(
crossAxisCount: (screenWidth / 200).truncate(),
crossAxisCount: (screenWidth / 250).ceil(),
crossAxisSpacing: 4,
mainAxisSpacing: 4,
childCount: dynamicList.length,
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/video/videoList.dart
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class _VideoListState extends State<VideoList> {
),
),
SliverMasonryGrid.count(
crossAxisCount: (screenWidth / 200).truncate(),
crossAxisCount: (screenWidth / 250).ceil(),
crossAxisSpacing: 2,
mainAxisSpacing: 2,
childCount: videoList.length,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 742f9af

Please sign in to comment.