updated project linter-rules and enforced them
This commit is contained in:
@ -11,10 +11,10 @@ class LargeProfilePictureView extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text("Profilbild"),
|
||||
title: const Text('Profilbild'),
|
||||
),
|
||||
body: PhotoView(
|
||||
imageProvider: Image.network("https://${EndpointData().nextcloud().full()}/avatar/$username/1024").image,
|
||||
imageProvider: Image.network('https://${EndpointData().nextcloud().full()}/avatar/$username/1024').image,
|
||||
backgroundDecoration: BoxDecoration(color: Theme.of(context).colorScheme.surface),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user