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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user