gallery_picker/pubspec.yaml

29 lines
714 B
YAML
Raw Normal View History

2022-12-25 12:30:20 +03:00
name: gallery_picker
2022-12-29 09:40:15 +03:00
description: Gallery Picker is a flutter package that will allow you to pick media file(s), manage and navigate inside your gallery with modern tools and views.
2023-07-15 17:18:49 +03:00
version: 0.4.8
2022-12-29 08:45:28 +03:00
homepage: https://github.com/FlutterWay/gallery_picker
2022-12-25 12:30:20 +03:00
environment:
2023-05-16 15:46:21 +03:00
sdk: '>=2.19.6 <4.0.0'
2022-12-25 12:30:20 +03:00
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
2023-05-16 15:46:21 +03:00
cupertino_icons: ^1.0.5
photo_gallery: ^1.2.2
2023-07-15 16:44:35 +03:00
permission_handler: ^10.4.3
2023-05-16 15:46:21 +03:00
transparent_image: ^2.0.1
2023-07-15 16:44:35 +03:00
video_player: ^2.7.0
device_info_plus: ^9.0.2
2022-12-25 12:30:20 +03:00
get: ^4.6.5
video_thumbnail: ^0.5.3
2023-07-15 16:44:35 +03:00
intl: ^0.18.1
page_transition: ^2.0.9
bottom_sheet_scaffold: ^0.1.6
2022-12-25 12:30:20 +03:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
2022-12-29 09:54:34 +03:00
flutter: