daniele-athome / airborne

Minimal aircraft management app for small groups
GNU General Public License v3.0
10 stars 0 forks source link

Flight log sliver padding issues #36

Closed daniele-athome closed 3 years ago

daniele-athome commented 3 years ago

A weird padding appears on top of the flight log list on iOS. It might be because of wrong use of RefreshIndicator (which is Material). Fix this with a proper cupertino widget.

https://github.com/stryder-dev/flutter_platform_widgets/issues/194

daniele-athome commented 3 years ago

Fixed in 10429dd.