Documenting Files

This commit is contained in:
Manav Sarkar
2022-09-07 19:52:53 +05:30
parent 5632b0dfac
commit 0df2f0b48f
15 changed files with 110 additions and 30 deletions

View File

@ -1,3 +1,6 @@
/// This component is used in the ChatPage.
/// It is the message bar where the message is typed on and sent to
/// connected devices.
import 'package:flutter/material.dart';
import 'package:nanoid/nanoid.dart';
import 'package:provider/provider.dart';