mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-21 17:24:18 +00:00
Changed flutter_split_view package source and hide divider
This commit is contained in:
parent
7d5d802aea
commit
4531e15566
3 changed files with 10 additions and 5 deletions
|
@ -39,6 +39,7 @@ class Settings extends StatelessWidget {
|
|||
if (width > 900 || !(Platform.isAndroid || Platform.isIOS)) {
|
||||
return const SplitView.material(
|
||||
breakpoint: 900,
|
||||
hideDivider: true,
|
||||
child: SettingsWidget(),
|
||||
);
|
||||
}
|
||||
|
|
|
@ -294,10 +294,11 @@ packages:
|
|||
flutter_split_view:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_split_view
|
||||
sha256: "0fb1f3aa6a6f2031d936ae5596fc5178affacdc7d793b27cdbc191a1ae8e56bf"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
path: "."
|
||||
ref: hide-divider
|
||||
resolved-ref: e22dd0bf64e7d61a64eb99fcd9a4e111e177ccf3
|
||||
url: "https://github.com/JGeek00/flutter_split_view"
|
||||
source: git
|
||||
version: "0.1.2"
|
||||
flutter_svg:
|
||||
dependency: "direct main"
|
||||
|
|
|
@ -60,7 +60,10 @@ dependencies:
|
|||
git:
|
||||
url: https://github.com/google/flutter-desktop-embedding
|
||||
path: plugins/window_size
|
||||
flutter_split_view: ^0.1.2
|
||||
flutter_split_view:
|
||||
git:
|
||||
url: https://github.com/JGeek00/flutter_split_view
|
||||
ref: hide-divider
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue