audio_chat
A Flutter project to replicate audio chat functionality as seen in popular instant messaging applications.
Dependencies
The project makes use of the following open source packages
- just_audio – To interact with audio files from application document storage.
- font_awesome_flutter – Font Awesome provides a great set of Icon to use in your application.
- permission_handler – A package to handle audio/storage permissions from the user.
- path_provider – path_provider provides path to application document and cache storage directories to store application specific data.
- record – Audio recorder from microphone to a given file path with multiple codecs, bit rate and sampling rate options.
- flutter_vibrate – A simple plugin to control haptic feedback on iOS and android.
- lottie – To add lottie animation to the application.
Build and run locally
Clone the repo
git clone https://github.com/thecodepapaya/audio-chat.git
Build and run locally
cd audio_chat
flutter run
Gif
Record | Lock | Cancel |
---|---|---|
Download audio chat app source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.