mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-01-11 22:40:23 +00:00
Project import generated by Copybara.
Some checks are pending
Build and Deploy / build_windows (push) Waiting to run
Build and Deploy / build_android (push) Waiting to run
Build and Deploy / build_ipa (push) Waiting to run
Build and Deploy / build_linux (push) Waiting to run
Build and Deploy / build_macos (push) Waiting to run
Some checks are pending
Build and Deploy / build_windows (push) Waiting to run
Build and Deploy / build_android (push) Waiting to run
Build and Deploy / build_ipa (push) Waiting to run
Build and Deploy / build_linux (push) Waiting to run
Build and Deploy / build_macos (push) Waiting to run
GitOrigin-RevId: b889a9eba6239b682b1873b358a158ae7ea334ad
This commit is contained in:
parent
7a4759a940
commit
680fdb4c78
3 changed files with 1 additions and 13 deletions
|
|
@ -12,7 +12,6 @@ import 'package:madari_client/engine/engine.dart';
|
|||
import 'package:madari_client/features/doc_viewer/container/doc_viewer.dart';
|
||||
import 'package:madari_client/features/doc_viewer/types/doc_source.dart';
|
||||
import 'package:madari_client/routes.dart';
|
||||
import 'package:madari_client/utils/cached_storage_static.dart';
|
||||
import 'package:media_kit/media_kit.dart';
|
||||
import 'package:path/path.dart' as path;
|
||||
import 'package:window_manager/window_manager.dart';
|
||||
|
|
@ -29,11 +28,9 @@ void main() async {
|
|||
print("Unable");
|
||||
}
|
||||
|
||||
StaticCachedStorage.storage = await CachedStorage.ensureInitialized();
|
||||
|
||||
try {
|
||||
CachedQuery.instance.configFlutter(
|
||||
storage: StaticCachedStorage.storage,
|
||||
storage: await CachedStorage.ensureInitialized(),
|
||||
config: QueryConfigFlutter(
|
||||
refetchDuration: const Duration(minutes: 60),
|
||||
cacheDuration: const Duration(minutes: 60),
|
||||
|
|
|
|||
|
|
@ -454,14 +454,6 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.1.0"
|
||||
external_app_launcher:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: external_app_launcher
|
||||
sha256: "69d843ae16598cbf86be8d65ae5f206bb403fbfb75ca9aaaa9ea91b15b040571"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "4.0.1"
|
||||
fake_async:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ dependencies:
|
|||
cast: ^2.1.0
|
||||
permission_handler: ^11.3.1
|
||||
android_intent_plus: ^5.2.1
|
||||
external_app_launcher: ^4.0.1
|
||||
|
||||
dependency_overrides:
|
||||
media_kit:
|
||||
|
|
|
|||
Loading…
Reference in a new issue