mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 19:03:50 +02:00
12 lines
512 B
Dart
12 lines
512 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';
|
|
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';
|