mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 18:33:49 +02:00
fix: image_picker version
This commit is contained in:
parent
ed95dbd15c
commit
4ee5445809
2 changed files with 4 additions and 10 deletions
|
@ -1,11 +1,10 @@
|
|||
name: firebase_chat_repository
|
||||
description: "A new Flutter package project."
|
||||
version: 0.0.1
|
||||
homepage:
|
||||
publish_to: 'none'
|
||||
publish_to: "none"
|
||||
|
||||
environment:
|
||||
sdk: '>=3.4.3 <4.0.0'
|
||||
sdk: ">=3.4.3 <4.0.0"
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
|
@ -14,7 +13,7 @@ dependencies:
|
|||
|
||||
chat_repository_interface:
|
||||
path: ../chat_repository_interface
|
||||
|
||||
|
||||
firebase_storage: any
|
||||
cloud_firestore: any
|
||||
|
||||
|
@ -25,5 +24,3 @@ dev_dependencies:
|
|||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
||||
ref: 7.0.0
|
||||
|
||||
flutter:
|
|
@ -1,8 +1,7 @@
|
|||
name: flutter_chat
|
||||
description: "A new Flutter package project."
|
||||
version: 0.0.1
|
||||
homepage: https://www.iconica.app
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
publish_to: "none"
|
||||
|
||||
environment:
|
||||
sdk: ">=3.4.3 <4.0.0"
|
||||
|
@ -32,5 +31,3 @@ dev_dependencies:
|
|||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
||||
ref: 7.0.0
|
||||
|
||||
flutter:
|
||||
|
|
Loading…
Reference in a new issue