33 lines
816 B
YAML
33 lines
816 B
YAML
name: gallery_picker
|
|
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.
|
|
version: 0.5.1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.6
|
|
photo_gallery:
|
|
git: https://github.com/talamaska/photo_gallery.git
|
|
permission_handler: ^11.3.0
|
|
transparent_image: ^2.0.1
|
|
video_player: ^2.8.2
|
|
device_info_plus: ^9.1.2
|
|
get: ^4.6.6
|
|
video_thumbnail:
|
|
git:
|
|
url: git@github.com:ahmedzayan7920/video_thumbnail.git
|
|
ref: fix/add-namespace
|
|
intl: ^0.19.0
|
|
page_transition: ^2.1.0
|
|
bottom_sheet_scaffold: ^0.1.9
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter: |