Skip to content

Commit

Permalink
Android development kinda shit ngl
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Nov 24, 2023
1 parent 5b103ae commit fd8a58d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/xml/file_paths.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<paths>
<external-path path="Android/data/Oshi/" name="files_root" />
<external-path path="/data/user/0/com.ogaku.oshi/cache/" name="files_cache" />
<external-path name="external_files_download" path="Download" name="files_downloads" />
<external-path path="Download" name="external_files_download" />
<external-path path="." name="external_storage_root" />
</paths>
1 change: 0 additions & 1 deletion lib/share/notifications.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'package:event/event.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
import 'package:mutex/mutex.dart';
import 'package:open_file_plus/open_file_plus.dart';
import 'package:oshi/share/share.dart';
import 'package:url_launcher/url_launcher_string.dart';

Expand Down
8 changes: 0 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -784,14 +784,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.5.0"
open_file_plus:
dependency: "direct main"
description:
name: open_file_plus
sha256: f087e32722ffe4bac71925e7a1a9848a1008fd789e47c6628da3ed7845922227
url: "https://pub.dev"
source: hosted
version: "3.4.1"
package_config:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies:
maps_launcher: ^2.2.0
appcenter_sdk_flutter: ^0.5.1
path_provider: ^2.1.1
open_file_plus: ^3.4.1
background_fetch: ^1.2.1
connectivity_plus: ^5.0.2
mutex: ^3.1.0
Expand Down

0 comments on commit fd8a58d

Please sign in to comment.