diff --git a/lib/services/tor_service.dart b/lib/services/tor_service.dart index 172a895..83fe6d7 100644 --- a/lib/services/tor_service.dart +++ b/lib/services/tor_service.dart @@ -1,4 +1,4 @@ -import 'dart:async'; +/* import 'dart:async'; import 'dart:io'; import 'package:flutter/foundation.dart'; import 'package:tor/tor.dart'; @@ -91,4 +91,4 @@ class TorService { _statusController.close(); _controlPortStatusController.close(); } -} \ No newline at end of file +} */ \ No newline at end of file diff --git a/metadata/org.kewbit.havenoPlus.yml b/metadata/com.haveno.haveno.yml similarity index 95% rename from metadata/org.kewbit.havenoPlus.yml rename to metadata/com.haveno.haveno.yml index e36cfd2..6fd24db 100644 --- a/metadata/org.kewbit.havenoPlus.yml +++ b/metadata/com.haveno.haveno.yml @@ -19,8 +19,6 @@ Builds: output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk srclibs: - flutter@stable - # Deletes unrelated directories, - # remove those not needed from the list. rm: - ios - linux diff --git a/test/widget_test.dart b/test/widget_test.dart index fc102f1..a9a3b89 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -1,4 +1,4 @@ -// This is a basic Flutter widget test. +/* // This is a basic Flutter widget test. // // To perform an interaction with a widget in your test, use the WidgetTester // utility in the flutter_test package. For example, you can send tap and scroll @@ -28,3 +28,4 @@ void main() { expect(find.text('1'), findsOneWidget); }); } + */ \ No newline at end of file