Andrea Valenzano

Results 12 issues of Andrea Valenzano

**Which API doesn't behave as documented, and how does it misbehave?** When I use a byte array audio, Android and Web works correctly, but with iOS I have this error:...

bug
1 backlog

## Flutter Sound Version : - **FULL** or **LITE** flavor ? LITE - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` ``` |-- flutter_sound_lite 8.4.1 |...

maybe bug
Not yet handled

Hi @felangel, is there a way to push and pop a Dialog based on state like a Page?

question

If I have a symbol on top of a fill, if I click the symbol: - click listener of fill is called first - after click listener of the symbol...

**Steps to Reproduce** - update a value from first tab (`box.put('darkMode', true)`) - read the value from second tab (`box.get('darkMode')`) - expected `true`, but it returns `false` even if the...

problem

closes #11 To use it in development you need add the DEV_SSR flag to your gatsby-config.js: https://github.com/gatsbyjs/gatsby/discussions/28138

Hi, is there a way to use this lib only to specific pages? I would like to lighten the pages where I do not use snipcart, and I have noticed...

rename shareToFeedFacebook to shareToFeedFacebookPhoto add shareToFeedFacebookVideo add `hashtag` to all shareToFeedFacebook add `url` to shareToFeedFacebookPhoto to share network images update example and readme maybe related to #37

The Future of `deleteBoxFromDisk` is never resolved and the application hangs on this line of code: `await Hive.deleteBoxFromDisk('box');` This works properly: `await box.clear();` **Version** - Platform: Web - Flutter version:...

problem