mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 10:23:51 +02:00
19 lines
633 B
Dart
19 lines
633 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_text_styles.dart";
|
|
export "src/config/chat_translations.dart";
|
|
export "src/screens/chat_detail_screen.dart";
|
|
export "src/screens/chat_profile_screen.dart";
|
|
export "src/screens/chat_screen.dart";
|
|
export "src/screens/new_chat_screen.dart";
|
|
export "src/screens/new_group_chat_overview_screen.dart";
|
|
export "src/screens/new_group_chat_screen.dart";
|