mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 02:43:50 +02:00
34 lines
737 B
YAML
34 lines
737 B
YAML
# SPDX-FileCopyrightText: 2022 Iconica
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
name: flutter_community_chat
|
|
description: A new Flutter package project.
|
|
version: 1.0.0
|
|
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=3.1.0 <4.0.0"
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
go_router: ^12.1.1
|
|
flutter_community_chat_view:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_community_chat
|
|
path: packages/flutter_community_chat_view
|
|
ref: 1.0.0
|
|
flutter_community_chat_interface:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_community_chat
|
|
path: packages/flutter_community_chat_interface
|
|
ref: 1.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|