Skip to content

Commit e17f4a3

Browse files
committed
Add readme
1 parent c20e41d commit e17f4a3

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# audio_chat
22

3-
A new Flutter project.
3+
A Flutter project to to replicate audio chat functionality as seen in popular instant messaging applications.
44

5-
## Getting Started
5+
## Dependencies
66

7-
This project is a starting point for a Flutter application.
7+
The project makes use of the following open source packages
88

9-
A few resources to get you started if this is your first Flutter project:
9+
- [just_audio](https://pub.dev/packages/just_audio) - To interact with audio files from application document storage.
10+
- [font_awesome_flutter](https://pub.dev/packages/font_awesome_flutter) - Font Awesome provides a great set of Icon to use in your application.
11+
- [permission_handler](https://pub.dev/packages/permission_handler) - A package to handle audio/storage permissions from the user.
12+
- [path_provider](https://pub.dev/packages/path_provider) - path_provider provides path to application document and cache storage directories to store application specific data.
13+
- [record](https://pub.dev/packages/record) - Audio recorder from microphone to a given file path with multiple codecs, bit rate and sampling rate options.
1014

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.

0 commit comments

Comments
 (0)