flutter_media_viewer 0.3.2
flutter_media_viewer: ^0.3.2 copied to clipboard
Cached image and video gallery viewer with Hero transitions and playback controls.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'media_viewer_example_app.dart';
void main() {
runApp(const MediaViewerExampleApp());
}