-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c20e41d
commit e17f4a3
Showing
1 changed file
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |