flutter_soloud icon indicating copy to clipboard operation
flutter_soloud copied to clipboard

fix: Filters are not public

Open bemain opened this issue 6 months ago • 3 comments

Description

All filters live inside the src folder, meaning they are considered "internal implementation libraries that should only be imported and used by the package itself" (according to the dart docs). This means the linter complains if you try to access them (linter rule implementation_imports), which is annoying when writing typed getters etc. Is there a reason why the filters are not public?

bemain avatar Apr 21 '25 17:04 bemain