flutter_chat/packages/flutter_community_chat/lib/flutter_community_chat.dart
2022-12-16 15:20:01 +01:00

9 lines
286 B
Dart

// SPDX-FileCopyrightText: 2022 Iconica
//
// SPDX-License-Identifier: BSD-3-Clause
library flutter_community_chat;
export 'package:flutter_community_chat_view/flutter_community_chat_view.dart';
export 'package:flutter_community_chat_interface/flutter_community_chat_interface.dart';