We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bf8d6 commit 053d4adCopy full SHA for 053d4ad
README.md
@@ -46,7 +46,8 @@ Widget buildPreviewWithShowInteractiveDelegate(
46
showInteractiveDelegate: (media) => Navigator.of(context)
47
.push(MaterialPageRoute(builder: (_) => Scaffold(body: media))),
48
);
49
-}```
+}
50
+```
51
52
## API Documentation
53
Check out the full API documentation at https://pub.dev/documentation/enough_media/latest/
0 commit comments