We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85943b0 commit a4d7e48Copy full SHA for a4d7e48
example/lib/main.dart
@@ -1,6 +1,6 @@
1
import 'package:flutter/material.dart';
2
import 'package:photo_manager/photo_manager.dart';
3
-import 'package:image_scanner_example/photos.dart';
+import 'photos.dart';
4
5
void main() => runApp(new MyApp());
6
example/lib/photos.dart
-import 'package:image_scanner_example/photo_list.dart';
+import 'photo_list.dart';
class PhotoPage extends StatefulWidget {
final AssetPathEntity pathEntity;
@@ -22,4 +22,4 @@ class _PhotoPageState extends State<PhotoPage> {
22
body: PhotoList(photos: widget.photos),
23
);
24
}
25
-}
+}
0 commit comments