Skip to content

YPImagePicker is an instagram-like photo/video picker for iOS written in pure Swift. It is feature-rich and highly customizable to match your App's requirements. for Flutter

License

Notifications You must be signed in to change notification settings

calvinmuller/yp_image_picker

Repository files navigation

yp_image_picker

A new flutter plugin project.

Getting Started

Currently only implemeted in iOS

import 'package:yp_image_picker/yp_image_picker.dart';

  final result = await YpImagePicker.pickImage(
                    maxImages: 4,
                    quality: 0.5,
                    width: 1024,
                    height: 1024,
                    videos: false,
                  );

About

YPImagePicker is an instagram-like photo/video picker for iOS written in pure Swift. It is feature-rich and highly customizable to match your App's requirements. for Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published