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)) { if (width > 900 || !(Platform.isAndroid || Platform.isIOS)) {
return const SplitView.material( return const SplitView.material(
breakpoint: 900, breakpoint: 900,
hideDivider: true,
child: SettingsWidget(), child: SettingsWidget(),
); );
} }

View file

@ -294,10 +294,11 @@ packages:
flutter_split_view: flutter_split_view:
dependency: "direct main" dependency: "direct main"
description: description:
name: flutter_split_view path: "."
sha256: "0fb1f3aa6a6f2031d936ae5596fc5178affacdc7d793b27cdbc191a1ae8e56bf" ref: hide-divider
url: "https://pub.dev" resolved-ref: e22dd0bf64e7d61a64eb99fcd9a4e111e177ccf3
source: hosted url: "https://github.com/JGeek00/flutter_split_view"
source: git
version: "0.1.2" version: "0.1.2"
flutter_svg: flutter_svg:
dependency: "direct main" dependency: "direct main"

View file

@ -60,7 +60,10 @@ dependencies:
git: git:
url: https://github.com/google/flutter-desktop-embedding url: https://github.com/google/flutter-desktop-embedding
path: plugins/window_size 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: dev_dependencies:
flutter_test: flutter_test: