mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 10:53:51 +02:00
12 lines
311 B
Dart
12 lines
311 B
Dart
library flutter_chat;
|
|
|
|
// Core
|
|
export 'package:chat_repository_interface/chat_repository_interface.dart';
|
|
|
|
// Screens
|
|
export "src/config/chat_options.dart";
|
|
|
|
// User story
|
|
export "package:flutter_chat/src/flutter_chat_entry_widget.dart";
|
|
export "package:flutter_chat/src/flutter_chat_navigator_userstory.dart";
|