alnitak / flutter_soloud

Flutter low-level audio plugin using SoLoud C++ library and FFI
MIT License
156 stars 15 forks source link

Make the rest of handle/hash API type safe #65

Closed filiph closed 3 months ago

filiph commented 3 months ago

Description

The SoLoud API still had some methods that took int instead of SoundHandle or SoundHash.

Type of Change