chore: replace double quotes to single quotes (https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md#prefer-single-quotes-for-strings)
This commit is contained in:
@@ -27,7 +27,7 @@ class _HomePageState extends State<HomePage> {
|
||||
}
|
||||
|
||||
// Must contain a default widget.
|
||||
return const Text("Default");
|
||||
return const Text('Default');
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user