Skip to content

Commit e0951d4

Browse files
committed
🔊 Enables logging with photo_manager in the example
1 parent e967791 commit e0951d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/lib/main.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ void main() {
2121
SystemUiOverlayStyle.dark.copyWith(statusBarColor: Colors.transparent),
2222
);
2323
AssetPicker.registerObserve();
24+
// Enables logging with the photo_manager.
25+
PhotoManager.setLog(true);
2426
}
2527

2628
class MyApp extends StatelessWidget {

0 commit comments

Comments
 (0)