mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 16:07:52 -06:00
Merge branch 'development'
This commit is contained in:
1
fastlane/metadata/changelogs/19.txt
Normal file
1
fastlane/metadata/changelogs/19.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* Add F-Droid metadata
|
||||||
@@ -10,8 +10,10 @@ class DioFileService extends FileService {
|
|||||||
DioFileService(this.dio);
|
DioFileService(this.dio);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<FileServiceResponse> get(String url,
|
Future<FileServiceResponse> get(
|
||||||
{Map<String, String>? headers}) async {
|
String url, {
|
||||||
|
Map<String, String>? headers,
|
||||||
|
}) async {
|
||||||
final response = await dio.get<ResponseBody>(
|
final response = await dio.get<ResponseBody>(
|
||||||
url,
|
url,
|
||||||
options: Options(
|
options: Options(
|
||||||
|
|||||||
@@ -161,8 +161,7 @@ void main() async {
|
|||||||
value: connectivityStatusService,
|
value: connectivityStatusService,
|
||||||
),
|
),
|
||||||
Provider<LocalNotificationService>.value(
|
Provider<LocalNotificationService>.value(
|
||||||
value: localNotificationService,
|
value: localNotificationService),
|
||||||
),
|
|
||||||
Provider.value(value: DocumentChangedNotifier()),
|
Provider.value(value: DocumentChangedNotifier()),
|
||||||
],
|
],
|
||||||
child: MultiRepositoryProvider(
|
child: MultiRepositoryProvider(
|
||||||
|
|||||||
Reference in New Issue
Block a user