-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
33 lines (28 loc) · 844 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: easy_wallpapers
description: This package is used for integrate wallpapers in the app and provide customizations in the wallpapers.
version: 1.4.0
homepage: https://github.com/nooralibutt/easy-wallpapers
repository: https://github.com/nooralibutt/easy-wallpapers
environment:
sdk: ^3.5.3
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.3.3
device_info_plus: ^11.1.1
wallpaper_manager_plus: ^0.0.3
# to save wallpapers to gallery
gal: ^2.3.0
# to get storage permission from user for saving wallpapers
permission_handler: ^11.3.1
# to show menu in full screen of wallpapers
circular_menu: ^4.0.0
# to show lock screen in wallpapers
intl: ^0.19.0
cached_network_image: ^3.4.1
flutter_cache_manager: ^3.4.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter: