mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 18:07:44 -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);
|
||||
|
||||
@override
|
||||
Future<FileServiceResponse> get(String url,
|
||||
{Map<String, String>? headers}) async {
|
||||
Future<FileServiceResponse> get(
|
||||
String url, {
|
||||
Map<String, String>? headers,
|
||||
}) async {
|
||||
final response = await dio.get<ResponseBody>(
|
||||
url,
|
||||
options: Options(
|
||||
|
||||
@@ -161,8 +161,7 @@ void main() async {
|
||||
value: connectivityStatusService,
|
||||
),
|
||||
Provider<LocalNotificationService>.value(
|
||||
value: localNotificationService,
|
||||
),
|
||||
value: localNotificationService),
|
||||
Provider.value(value: DocumentChangedNotifier()),
|
||||
],
|
||||
child: MultiRepositoryProvider(
|
||||
|
||||
Reference in New Issue
Block a user