mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-21 07:41:58 +00:00
+
This commit is contained in:
parent
eaca422612
commit
f73f65a117
3 changed files with 10 additions and 13 deletions
|
|
@ -48,6 +48,7 @@ class SourcesScreen extends ConsumerWidget {
|
|||
.where((element) => ref.watch(showNSFWStateProvider)
|
||||
? true
|
||||
: element.isNsfw == false)
|
||||
.where((element) => element.isPinned == false)
|
||||
.toList();
|
||||
return SingleChildScrollView(
|
||||
child: Column(
|
||||
|
|
|
|||
15
pubspec.lock
15
pubspec.lock
|
|
@ -283,12 +283,11 @@ packages:
|
|||
dart_eval:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "9d2d4a7"
|
||||
resolved-ref: "9d2d4a79cb77d2274bedde98ac0f7bb63b013776"
|
||||
url: "https://github.com/ethanblake4/dart_eval.git"
|
||||
source: git
|
||||
version: "0.7.1"
|
||||
name: dart_eval
|
||||
sha256: c3ef388d9846ed032fa0cf0a69acae40d4c15ad7ad570ac3a37fa060de93c8ec
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.7.2"
|
||||
dart_style:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
@ -849,8 +848,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: media_kit_video
|
||||
ref: e01d534
|
||||
resolved-ref: e01d5344135922289d38a709639a686d92d1a531
|
||||
ref: "0ab6b10ea660ead8e8e1694517aabe3582f25d5c"
|
||||
resolved-ref: "0ab6b10ea660ead8e8e1694517aabe3582f25d5c"
|
||||
url: "https://github.com/media-kit/media-kit.git"
|
||||
source: git
|
||||
version: "1.2.4"
|
||||
|
|
|
|||
|
|
@ -43,10 +43,7 @@ dependencies:
|
|||
file_picker: ^5.3.3
|
||||
path_provider: ^2.1.0
|
||||
scrollable_positioned_list: ^0.3.5
|
||||
dart_eval:
|
||||
git:
|
||||
url: https://github.com/ethanblake4/dart_eval.git
|
||||
ref: 9d2d4a7
|
||||
dart_eval: ^0.7.2
|
||||
json_path: ^0.6.2
|
||||
bot_toast: ^4.1.3
|
||||
flutter_web_auth_2: ^3.0.2
|
||||
|
|
@ -58,7 +55,7 @@ dependencies:
|
|||
git:
|
||||
url: https://github.com/media-kit/media-kit.git
|
||||
path: media_kit_video
|
||||
ref: e01d534
|
||||
ref: 0ab6b10ea660ead8e8e1694517aabe3582f25d5c
|
||||
media_kit_libs_video: ^1.0.4
|
||||
crypto: ^3.0.3
|
||||
rinf: ^4.16.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue