style: Replace single quotes with double quotes

This commit is contained in:
2022-01-10 15:47:51 +01:00
parent 5c8d85ecc4
commit f79824510a
12 changed files with 42 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import 'package:moxxyv2/ui/widgets/topbar.dart';
import 'package:moxxyv2/ui/widgets/sharedimage.dart';
import "package:flutter/material.dart";
import "package:moxxyv2/ui/widgets/topbar.dart";
import "package:moxxyv2/ui/widgets/sharedimage.dart";
import "package:moxxyv2/ui/constants.dart";
class SendFilesPage extends StatelessWidget {