2nd format?
This commit is contained in:
parent
75da9cd87d
commit
fef43c2275
5 changed files with 0 additions and 5 deletions
|
|
@ -42,7 +42,6 @@ import '../../widgets/matrix.dart';
|
|||
import 'package:fluffychat/utils/tor_stub.dart'
|
||||
if (dart.library.html) 'package:tor_detector_web/tor_detector_web.dart';
|
||||
|
||||
|
||||
enum SelectMode {
|
||||
normal,
|
||||
share,
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ import '../../utils/localized_exception_extension.dart';
|
|||
import 'package:fluffychat/utils/tor_stub.dart'
|
||||
if (dart.library.html) 'package:tor_detector_web/tor_detector_web.dart';
|
||||
|
||||
|
||||
class HomeserverPicker extends StatefulWidget {
|
||||
const HomeserverPicker({super.key});
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ import 'settings_emotes_view.dart';
|
|||
import 'package:archive/archive.dart'
|
||||
if (dart.library.io) 'package:archive/archive_io.dart';
|
||||
|
||||
|
||||
class EmotesSettings extends StatefulWidget {
|
||||
const EmotesSettings({super.key});
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ import 'language_detection_model.dart';
|
|||
|
||||
// import 'package:language_tool/language_tool.dart';
|
||||
|
||||
|
||||
class IGCTextData {
|
||||
List<LanguageDetection> detections;
|
||||
String originalInput;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import '../enum/use_type.dart';
|
|||
|
||||
// PageRoute import
|
||||
|
||||
|
||||
// Add import:
|
||||
// import 'package:fluffychat/pangea/utils/firebase_analytics.dart';
|
||||
// Call method: GoogleAnalytics.logout()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue