r_album 0.1.3 copy "r_album: ^0.1.3" to clipboard
r_album: ^0.1.3 copied to clipboard

outdated

A Flutter Plugin about image or video file save in album ,support Android and IOS.

r_album #

pub package

中文

A Flutter Plugin about image or video file save in album ,support Android and IOS.

How to Use #

  • 1.add this in pubspec.yaml.
dependencies:
  r_album: lastVersion

  • 2.import it
import 'package:r_album/r_album.dart';
  • 3.create a new album.
bool isSuccess = await RAlbum.createAlbum("your album name");
  • 4.save image or video file in album, use it.
bool isSuccess = await RAlbum.saveAlbum("your album name",["file1","file2",...]);
7
likes
40
pub points
61%
popularity

Publisher

verified publisherrhyme95.cn

A Flutter Plugin about image or video file save in album ,support Android and IOS.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on r_album