tf_album_saver 0.2.0 copy "tf_album_saver: ^0.2.0" to clipboard
tf_album_saver: ^0.2.0 copied to clipboard

outdated

A plugin that can save image/gif/video to an album.

tf_album_saver #

A plugin that can save image/gif/video to an album.

Features #

Save image(jpg/jpeg/png)、gif、video to album

Usage #

To use this plugin, add tf_ablum_saver as a dependency in your pubspec.yaml file. For example:

  dependencies:
      tf_album_saver: ^0.2.0

Android and iOS specific permissions #

For this plugin to work you will have to add permission configuration to your AndroidManifest.xml (Android) and Info.plist (iOS) files. This will tell the platform which hardware or software features your app needs. Complete lists of these permission options can be found in our example app here:

AndroidManifest.xml #

   <uses-permission android:name="android.permission.INTERNET"/>
   <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
   <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

Info.plist #

   Privacy - Photo Library Additions Usage Description
   Privacy - Photo Library Usage Description
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A plugin that can save image/gif/video to an album.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on tf_album_saver