mirror of
https://github.com/flutter/samples.git
synced 2026-04-24 07:51:04 +00:00
Shrine: Remove Large Gaps at Bottom of Screen (#193)
In the Shrine app, there used to be large gaps at the bottom of the screen. This PR implements an algorithm that rearranges the order of cards so that the heights of the columns are closer, reducing the size of gaps.
This commit is contained in:
@@ -44,7 +44,7 @@ packages:
|
||||
source: hosted
|
||||
version: "1.1.2"
|
||||
collection:
|
||||
dependency: transitive
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: collection
|
||||
url: "https://pub.dartlang.org"
|
||||
|
||||
Reference in New Issue
Block a user