mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 19:03:50 +02:00
30 lines
634 B
YAML
30 lines
634 B
YAML
# SPDX-FileCopyrightText: 2022 Iconica
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
name: flutter_community_chat_view_example
|
|
description: A standard flutter package.
|
|
|
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.1.0 <4.0.0"
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_community_chat_view:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_community_chat
|
|
path: packages/flutter_community_chat_view
|
|
ref: 0.6.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|