(chore): Add comments on why ReorderableListView was replicated internally (#403)

* (chore): Add comments on why ReorderableListView was replicated internally
* (chore): Fix use of internal packages
This commit is contained in:
Jagandeep Brar
2021-04-04 22:00:48 -05:00
committed by GitHub
parent e45a438ad9
commit 56423d9126
3 changed files with 12 additions and 7 deletions

View File

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

View File

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

View File

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