mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
(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:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user