album: allow tap on thumbnail behind overlapping header
This commit is contained in:
parent
d2918a29c8
commit
0f015f5702
3 changed files with 10 additions and 4 deletions
|
@ -118,7 +118,9 @@ class SectionSliver extends StatelessWidget {
|
|||
}
|
||||
}
|
||||
return SliverStickyHeader(
|
||||
header: header,
|
||||
header: IgnorePointer(
|
||||
child: header,
|
||||
),
|
||||
sliver: SliverGrid(
|
||||
delegate: SliverChildBuilderDelegate(
|
||||
(sliverContext, index) {
|
||||
|
|
|
@ -79,9 +79,11 @@ packages:
|
|||
flutter_sticky_header:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_sticky_header
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
path: "."
|
||||
ref: HEAD
|
||||
resolved-ref: d30ab5fbe87f590fdf16201e8195e8449344804f
|
||||
url: "git://github.com/deckerst/flutter_sticky_header.git"
|
||||
source: git
|
||||
version: "0.4.0"
|
||||
flutter_svg:
|
||||
dependency: "direct main"
|
||||
|
|
|
@ -20,6 +20,8 @@ dependencies:
|
|||
collection:
|
||||
flushbar:
|
||||
flutter_sticky_header:
|
||||
git:
|
||||
url: git://github.com/deckerst/flutter_sticky_header.git
|
||||
flutter_svg:
|
||||
geocoder:
|
||||
google_maps_flutter:
|
||||
|
|
Loading…
Reference in a new issue