2022-10-14 15:00:22 +02:00
|
|
|
# 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:
|
2023-10-25 14:04:10 +02:00
|
|
|
sdk: '>=3.1.0 <4.0.0'
|
2022-10-14 15:00:22 +02:00
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2023-10-25 11:24:23 +02:00
|
|
|
flutter_community_chat_view:
|
|
|
|
git:
|
2023-10-25 13:36:10 +02:00
|
|
|
url: https://github.com/Iconica-Development/flutter_community_chat
|
2023-10-25 11:24:23 +02:00
|
|
|
path: packages/flutter_community_chat_view
|
2023-10-25 14:04:10 +02:00
|
|
|
ref: 0.3.4
|
2022-10-14 15:00:22 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|