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

48 lines
989 B
YAML
Raw Normal View History

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