flutter_native_gallery 0.2.2
flutter_native_gallery: ^0.2.2 copied to clipboard
Native photo and video picker with image optimization and media metadata.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'gallery_example_app.dart';
void main() {
runApp(const GalleryExampleApp());
}