1
0
mirror of https://github.com/flutter/samples.git synced 2026-07-16 05:52:01 +00:00

General cleanup: consistent quoting, sort dependencies, (#859)

single quotes everywhere
fix comment references
This commit is contained in:
Kevin Moore
2021-08-02 10:57:30 -07:00
committed by GitHub
parent 89093cac71
commit b0745a00d4
10 changed files with 29 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ import '../widgets/author_list.dart';
import '../widgets/library_scope.dart';
class AuthorsScreen extends StatelessWidget {
final String title = "Authors";
final String title = 'Authors';
const AuthorsScreen({Key? key}) : super(key: key);