Run dart fix on the code base

This commit is contained in:
Roland Geider
2023-11-16 21:34:02 +01:00
parent afba3a8cc9
commit 29a6839a61
44 changed files with 108 additions and 113 deletions

View File

@@ -70,7 +70,7 @@ void main() {
id: 58,
date: DateTime(2022, 01, 09),
url: 'https://wger.de/media/gallery/170335/d2b9c9e0-d541-41ae-8786-a2ab459e3538.jpg',
description: "eggsaddjujuit\'ddayhadIforcanview");
description: "eggsaddjujuit'ddayhadIforcanview");
galleryProvider.images.add(image);

View File

@@ -28,8 +28,8 @@ import 'package:wger/providers/gallery.dart';
import 'package:wger/screens/form_screen.dart';
import 'package:wger/widgets/gallery/overview.dart';
import './gallery_screen_test.mocks.dart';
import '../../test_data/gallery.dart';
import './gallery_screen_test.mocks.dart';
@GenerateMocks([GalleryProvider])
void main() {