Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

wiluby/flutter_media_picker

Repository files navigation

media_picker

Flutter plugin to get pictures and videos. It allows you to select one or more images from gallery or camera, without needing to switch provider. It also allows you to select both images and videos if you wish

Getting Started

For help getting started with Flutter, view our online documentation.

This Plugin is under development. It works in IOS and Android

Forked from Flutter Medias Picker

For help on editing plugin code, view the documentation.

You need to put these styles to plugin works

 <style name="LibAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
 <!-- Customize your theme here. -->
 <item name="colorPrimary">@color/colorPrimary</item>
 <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
 <item name="colorAccent">@color/colorAccent</item>
 <item name="android:colorBackground">@android:color/background_light</item>
 <item name="android:windowBackground">@android:color/white</item>
 </style>
 <style name="PickerTabLayout" parent="Widget.Design.TabLayout">
 <item name="tabBackground">@color/colorPrimary</item>
 <item name="tabGravity">fill</item>
 <item name="tabMaxWidth">0dp</item>
 </style>
 <style name="SmoothCheckBoxStyle">
 <item name="color_checked">@color/checkbox_color</item>
 <item name="color_unchecked">@android:color/white</item>
 <item name="color_unchecked_stroke">@color/checkbox_unchecked_color</item>
 <item name="color_tick">@android:color/white</item>
 </style>

add in manifest

and in your podfile

platform :ios, '9.0'
use_frameworks!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Swift 42.3%
  • Java 29.7%
  • Dart 18.6%
  • Ruby 8.3%
  • Objective-C 1.1%

AltStyle によって変換されたページ (->オリジナル) /