1
0
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:
Tianguang
2019-12-18 19:31:13 +01:00
committed by GitHub
parent d71180683c
commit 82e462d9b8
7 changed files with 435 additions and 65 deletions

View File

@@ -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"