testing fdroid
This commit is contained in:
parent
d972ad7696
commit
e6f420c0c4
3 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
import 'dart:async';
|
/* import 'dart:async';
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
import 'package:flutter/foundation.dart';
|
import 'package:flutter/foundation.dart';
|
||||||
import 'package:tor/tor.dart';
|
import 'package:tor/tor.dart';
|
||||||
|
@ -91,4 +91,4 @@ class TorService {
|
||||||
_statusController.close();
|
_statusController.close();
|
||||||
_controlPortStatusController.close();
|
_controlPortStatusController.close();
|
||||||
}
|
}
|
||||||
}
|
} */
|
|
@ -19,8 +19,6 @@ Builds:
|
||||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@stable
|
- flutter@stable
|
||||||
# Deletes unrelated directories,
|
|
||||||
# remove those not needed from the list.
|
|
||||||
rm:
|
rm:
|
||||||
- ios
|
- ios
|
||||||
- linux
|
- linux
|
|
@ -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
|
// 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
|
// 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);
|
expect(find.text('1'), findsOneWidget);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
*/
|
Loading…
Reference in a new issue