Merge branch 'development'

This commit is contained in:
Anton Stubenbord
2023-02-12 12:50:15 +01:00
3 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1 @@
* Add F-Droid metadata

View File

@@ -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(

View File

@@ -161,8 +161,7 @@ void main() async {
value: connectivityStatusService,
),
Provider<LocalNotificationService>.value(
value: localNotificationService,
),
value: localNotificationService),
Provider.value(value: DocumentChangedNotifier()),
],
child: MultiRepositoryProvider(