20240831 test commit

This commit is contained in:
2024-08-31 23:39:10 +01:00
parent 7e5e2c46ff
commit fd16c79083
7 changed files with 242 additions and 73 deletions
+4 -2
View File
@@ -1,6 +1,7 @@
// import 'package:nextcloud/nextcloud.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
// import 'package:http/http.dart' as http;
@@ -8,7 +9,8 @@ const primaryColor = Color.fromARGB(255, 152, 120, 57);
const primaryLightColor = Color.fromARGB(150, 238, 224, 173);
const double defaultPadding = 15.0;
const timeout = 3;
var client = http.Client();
// var client = http.Client();
// var client = NextcloudClient()
setSharedPref(String key, var value) async {