The fast_chat
brick creates a new chat
feature in the lib/features
directory. The feature directory contains a single file containing a StatefulWidget
that provides one-on-one and group chat functionality. The brick also creates a new chat
route in the lib/routes.dart
file. The chat
feature includes the following functionality:
Messages will be saved to the backend you selected during app creation.