flutter_soloud
flutter_soloud copied to clipboard
fix: Filters are not public
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?