Mateis
Mateis
Vue version: `"vue": "^2.5.17"` ```javascript ``` ```javascript import { VueTelInput } from 'vue-tel-input'; export default { components: { VueTelInput, }, }; ``` Vue devtools does show me the component is...
I would like to create a PWA app that's offline available. To test this feature I have enabled web support `flutter config --enable-web`, created a default demo app using `flutter...
In my app, when hitting the Record button on iOS I get the error in console: ' AudioCodecInitialize failed '. I'm using flutter_sound 6.1.2 codec I'm using is `Codec.aacADTS` It...
Is there a way to stop audio playing when the user leaves the app? A clue how to achieve it is that i read in this issue that Android API...