flutter_native_gallery 0.2.1
flutter_native_gallery: ^0.2.1 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());
}