You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flutter project to to replicate audio chat functionality as seen in popular instant messaging applications.
4
4
5
-
## Getting Started
5
+
## Dependencies
6
6
7
-
This project is a starting point for a Flutter application.
7
+
The project makes use of the following open source packages
8
8
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.
10
14
11
-
-[Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
0 commit comments