flutter_chat/packages/flutter_chat_view/example/pubspec.yaml

27 lines
479 B
YAML
Raw Normal View History

2022-10-14 15:00:22 +02:00
# SPDX-FileCopyrightText: 2022 Iconica
#
# SPDX-License-Identifier: GPL-3.0-or-later
2024-01-12 16:52:14 +01:00
name: flutter_chat_view_example
2022-10-14 15:00:22 +02:00
description: A standard flutter package.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
2022-10-14 15:00:22 +02:00
version: 1.0.0+1
environment:
sdk: ">=3.1.0 <4.0.0"
2022-10-14 15:00:22 +02:00
dependencies:
flutter:
sdk: flutter
2024-01-12 16:52:14 +01:00
flutter_chat_view:
2023-12-13 09:09:28 +01:00
path: ..
2022-10-14 15:00:22 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true