JesperBllnbm

Results 5 comments of JesperBllnbm

That actually works, I think you need to overwrite the default asset path: `AudioCache.instance.prefix = 'packages/yourPackage/';` and then use: ` AudioPlayer().play('assets/sound/soundfile.mp3');` your example will try to play: `'assets/packages//assets/sound/soundfile.mp3')`

As a workaround on Windows you can use a single ampersand (&) to separate multiple commands on one command line. When a single ampersand is used, cmd.exe runs the first...

Cool! But on Melos 5.2.2. I get: `melos.yaml: The property run at scripts/pre-commit is required but missing` when using the example from the documentation. Is the feature not yet available?

Hi @karvulf , right now I needed access to rootOverlay. In my case the DraggableBuilder is inside a scaled context. That means I needed to customise the dragAnchor strategy and...