This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/web_native/pubspec.yaml
2021-04-05 20:40:23 -04:00

48 lines
989 B
YAML

name: imagini
description: Imagini Client
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
photo_view: ^0.10.3
photo_manager: ^0.6.0
graphql_flutter: ^4.0.1
flutter_staggered_grid_view: "^0.3.2"
fluro: ^1.7.8
equatable: ^1.2.5
http: ^0.12.0+2
flutter_secure_storage: ^3.3.5
flutter_platform_widgets: ^0.80.0-beta.0
json_annotation: ^3.1.0
meta: '>=1.0.0 <2.0.0'
gql: '>=0.12.3 <1.0.0'
cached_network_image: ^2.5.1
cupertino_icons: ^1.0.1
flutter_launcher_icons: ^0.8.1
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
artemis: '>=6.0.0 <7.0.0'
build_runner: ^1.10.4
built_value_generator: any
json_serializable: ^3.5.0
flutter:
uses-material-design: true
assets:
- assets/imagini_full.png
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"