From e17f4a3f2fdd6bc2cde9276c4ebd4c25b3b1c5bf Mon Sep 17 00:00:00 2001 From: Ashutosh Singh Date: Sat, 25 Sep 2021 11:52:21 +0530 Subject: [PATCH] Add readme --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 356aa60..d01d9ac 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # audio_chat -A new Flutter project. +A Flutter project to to replicate audio chat functionality as seen in popular instant messaging applications. -## Getting Started +## Dependencies -This project is a starting point for a Flutter application. +The project makes use of the following open source packages -A few resources to get you started if this is your first Flutter project: +- [just_audio](https://pub.dev/packages/just_audio) - To interact with audio files from application document storage. +- [font_awesome_flutter](https://pub.dev/packages/font_awesome_flutter) - Font Awesome provides a great set of Icon to use in your application. +- [permission_handler](https://pub.dev/packages/permission_handler) - A package to handle audio/storage permissions from the user. +- [path_provider](https://pub.dev/packages/path_provider) - path_provider provides path to application document and cache storage directories to store application specific data. +- [record](https://pub.dev/packages/record) - Audio recorder from microphone to a given file path with multiple codecs, bit rate and sampling rate options. -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) - -For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference.