Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jan 19, 2021
1 parent 56bf8d6 commit 053d4ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Widget buildPreviewWithShowInteractiveDelegate(
showInteractiveDelegate: (media) => Navigator.of(context)
.push(MaterialPageRoute(builder: (_) => Scaffold(body: media))),
);
}```
}
```

## API Documentation
Check out the full API documentation at https://pub.dev/documentation/enough_media/latest/
Expand Down

0 comments on commit 053d4ad

Please sign in to comment.