Changed flutter_split_view package source and hide divider

This commit is contained in:
Juan Gilsanz Polo 2023-05-01 13:16:31 +02:00
parent 7d5d802aea
commit 4531e15566
3 changed files with 10 additions and 5 deletions

View file

@ -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(),
);
}

View file

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

View file

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