medias_picker 0.0.9 copy "medias_picker: ^0.0.9" to clipboard
medias_picker: ^0.0.9 copied to clipboard

outdated

A new Flutter plugin to get pictures and videos.

medias_picker #

A new Flutter plugin to get pictures and videos.

Getting Started #

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

This Plugin is under development, but alredy works in IOS and Android

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>

and in your podfile

platform :ios, '9.0'
use_frameworks!
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter plugin to get pictures and videos.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on medias_picker