flutter_chat/packages/flutter_chat_view/lib/flutter_chat_view.dart
mike doornenbal 23b96e5ce3 fix: chat
2024-01-17 15:38:59 +01:00

17 lines
525 B
Dart

// SPDX-FileCopyrightText: 2022 Iconica
//
// SPDX-License-Identifier: BSD-3-Clause
library flutter_chat_view;
export 'package:flutter_chat_interface/flutter_chat_interface.dart';
export 'src/components/chat_row.dart';
export 'src/config/chat_options.dart';
export 'src/config/chat_translations.dart';
export 'src/screens/chat_detail_screen.dart';
export 'src/screens/chat_entry_widget.dart';
export 'src/screens/chat_profile_screen.dart';
export 'src/screens/chat_screen.dart';
export 'src/screens/new_chat_screen.dart';