flutter_chat/packages/flutter_community_chat/lib/flutter_community_chat.dart

12 lines
512 B
Dart
Raw Normal View History

2022-11-01 08:33:32 +01:00
// SPDX-FileCopyrightText: 2022 Iconica
//
// SPDX-License-Identifier: BSD-3-Clause
2022-10-14 15:00:22 +02:00
library flutter_community_chat;
export 'package:flutter_community_chat_view/flutter_community_chat_view.dart';
2022-11-22 11:41:09 +01:00
export 'package:flutter_community_chat_interface/flutter_community_chat_interface.dart';
2023-12-18 16:09:11 +01:00
export 'package:flutter_community_chat/src/routes.dart';
export 'package:flutter_community_chat/src/models/community_chat_configuration.dart';
export 'package:flutter_community_chat/src/flutter_community_chat_userstory.dart';