Skip to content

Commit a4d7e48

Browse files
committed
update example
1 parent 85943b0 commit a4d7e48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'package:flutter/material.dart';
22
import 'package:photo_manager/photo_manager.dart';
3-
import 'package:image_scanner_example/photos.dart';
3+
import 'photos.dart';
44

55
void main() => runApp(new MyApp());
66

example/lib/photos.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'package:flutter/material.dart';
22
import 'package:photo_manager/photo_manager.dart';
3-
import 'package:image_scanner_example/photo_list.dart';
3+
import 'photo_list.dart';
44

55
class PhotoPage extends StatefulWidget {
66
final AssetPathEntity pathEntity;
@@ -22,4 +22,4 @@ class _PhotoPageState extends State<PhotoPage> {
2222
body: PhotoList(photos: widget.photos),
2323
);
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)