flutter_wallpaper 0.0.3 copy "flutter_wallpaper: ^0.0.3" to clipboard
flutter_wallpaper: ^0.0.3 copied to clipboard

A Flutter plugin for managing device wallpapers on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_wallpaper

With Flutter:

 $ flutter pub add flutter_wallpaper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_wallpaper: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_wallpaper/flutter_wallpaper.dart';
1
likes
0
points
114
downloads

Publisher

verified publisherakbon.dev

Weekly Downloads

A Flutter plugin for managing device wallpapers on Android and iOS.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager, image_gallery_saver

More

Packages that depend on flutter_wallpaper