Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJingLong committed Oct 12, 2018
1 parent 85943b0 commit a4d7e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import 'package:photo_manager/photo_manager.dart';
import 'package:image_scanner_example/photos.dart';
import 'photos.dart';

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

Expand Down
4 changes: 2 additions & 2 deletions example/lib/photos.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import 'package:photo_manager/photo_manager.dart';
import 'package:image_scanner_example/photo_list.dart';
import 'photo_list.dart';

class PhotoPage extends StatefulWidget {
final AssetPathEntity pathEntity;
Expand All @@ -22,4 +22,4 @@ class _PhotoPageState extends State<PhotoPage> {
body: PhotoList(photos: widget.photos),
);
}
}
}

0 comments on commit a4d7e48

Please sign in to comment.