// 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'; 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';