diff --git a/lib/core/ui/list_view/flutter_reorderable_list_view.dart b/lib/core/ui/list_view/flutter_reorderable_list_view.dart index 7d1d82b1..cf8dbea2 100644 --- a/lib/core/ui/list_view/flutter_reorderable_list_view.dart +++ b/lib/core/ui/list_view/flutter_reorderable_list_view.dart @@ -1,3 +1,8 @@ +/// This is a modified version of [ReorderableListView] that was originally pulled from Flutter stable v2.0.4. +/// +/// Change includes ensuring that the `padding` is pulled and applied to the inner padding/list padding, and not applied to the list externally. +/// This fixes the bug that caused the list to get clipped from the top padding. + // Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/pubspec.lock b/pubspec.lock index b8ab4d12..ee600a8c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -859,10 +859,10 @@ packages: radarr: dependency: "direct main" description: - path: "/Users/jagandeepbrar/Git/Packages/radarr" - relative: false - source: path - version: "2.0.0-pre.5" + name: radarr + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.0-pre.4" share: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 4adaa638..95bb160a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -40,9 +40,9 @@ dependencies: percent_indicator: ^3.0.1 # ANDROID IOS LINUX MACOS WEB WINDOWS provider: ^5.0.0 # ANDROID IOS LINUX MACOS WEB WINDOWS quick_actions: ^0.6.0 # ANDROID IOS - # radarr: ^2.0.0-pre.4 # ANDROID IOS LINUX MACOS WEB WINDOWS - radarr: - path: /Users/jagandeepbrar/Git/Packages/radarr + radarr: ^2.0.0-pre.4 # ANDROID IOS LINUX MACOS WEB WINDOWS + # radarr: + # path: /Users/jagandeepbrar/Git/Packages/radarr share: ^2.0.1 # ANDROID IOS sonarr: ^2.0.0 # ANDROID IOS LINUX MACOS WEB WINDOWS stack_trace: ^1.10.0 # ANDROID IOS LINUX MACOS WEB WINDOWS