mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 02:43:50 +02:00
37 lines
824 B
YAML
37 lines
824 B
YAML
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
|
|
|
|
environment:
|
|
sdk: ">=3.4.3 <4.0.0"
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cached_network_image: ^3.2.2
|
|
intl: any
|
|
|
|
flutter_image_picker:
|
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
version: ^4.0.0
|
|
flutter_profile:
|
|
git:
|
|
ref: 1.6.0
|
|
url: https://github.com/Iconica-Development/flutter_profile
|
|
chat_repository_interface:
|
|
path: ../chat_repository_interface
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_iconica_analysis:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
ref: 7.0.0
|
|
|
|
flutter:
|