Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
870 stars 568 forks source link

[ENH] Flutter Sound on Web could use Dart code instead of Javascript #740

Open Larpoux opened 3 years ago

Larpoux commented 3 years ago

Actually, Flutter Sound uses Javascript code when used on Flutter Web. It is helped by a Howler library which is also in Javascript.

Using Javascript is very good for portability. Everybody uses Javascript. It will be very simple, to port this code on a Javascript framework like Vue JS or React JS if we want to do this, one day.

But there are drawbacks :

Actually I am considering to port this Javascript to Dart, and maybe replace the Howler Library by the JustAudio library. The JustAudio library is simpler than Howler, is correctly documented, is maintained and seems to work fine.

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.