SankethBK / diaryvault

A personal diary application written in Flutter

Home Page:https://play.google.com/store/apps/details?id=me.sankethbk.dairyapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for embedding audio files in rich text editor

SankethBK opened this issue · comments

An option to add audio files from within the note. Flutter quill supports custom embedbuilders. Need to do more research on this.

please assign me this issue as i will update and add the feature like directly add a elevated button with exploring File Explorer and selecting the file of audio file in rich text editor and playable

Hi @sahil-banswani , thank you for your interest in contributing to our repository. While I don't have mockups for this feature, here's the plan: we aim to integrate an audio button directly into the rich text editor's toolbar. Our rich text editor library, flutter_quill, already supports images and videos, and we want to extend it to include audio functionality. When users click on this audio button, a modal will appear, allowing them to choose whether to upload an audio file from their device or record audio directly within the app.

This will require changes in flutter quill library, we might have to introduce a new widget for displaying audio playing options right within the rich text editor, if you are already familiar with the library, feel free to proceed with the development, otherwise i will add more details shortly

Hii @SankethBK glad to connect with you I haven't work with adding features to a perticular flutter library
I can add an audio player plugin in the application and can work forward.

Sure @sahil-banswani that will help, I will come up with more details by tomorrow.

Any updates on this?

Will add it by next 2-3 days, sorry for the delay