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

37 lines
746 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
graphql_flutter: ^4.0.1
flutter_staggered_grid_view: "^0.3.2"
fluro: ^1.7.8
equatable: ^1.2.5
http: ^0.12.2
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'
cached_network_image: ^2.5.0
2021-02-22 04:18:34 +00:00
cupertino_icons: ^1.0.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
json_serializable: ^3.5.0
flutter:
uses-material-design: true