<ol> <li>I upgraded the old project and tried to migrate it to the null-safety I am getting this error can't get any answers regarding that any help</li> </ol> <a href...
I am creating a mobile marketplace however, I don't know how to allow my user who has created an account with firebase also create a stripe account and having that con...
I have a flutter app that has a homepage and an article page. The homepage displays multiple articles you can click and be shown the article page with that article. Wh...
<strong># What I tried</strong> <ol> <li>I made a webpage with vue.js in VScode and Deploy Web page to localhost:8080</li> <li>Made a Native App in Android Studio...
I'm trying to create a calling app using flutter and I've created the backend using a node.js. This is how my main.dart file in flutter looks like: <pre><code>impo...
I'm trying to redirect a user from our Flutter app into safari to make payments. We have two buttons which open in safari. When a user clicks on it, it opens up in saf...
I have added my CDN into <strong>index.html</strong> file in my flutter web project. I want to access it in my dart files as I want to use the added <strong>SDK</stron...
Since the map plugins in Flutter are quite limited, I built a Angular app using <a href="https://angular-maps.com/guides/getting-started/" rel="nofollow noreferrer">An...
<strong>AudioPath JS NOT WORKING IN iOS Real Device</strong> When I deploy an Android App, the sound ( AudioPath - js ) works, but when I deploy to iOS, does n...
I need to run a Javascript code in my Flutter app. When user press one button i need to run this code: <pre><code><!-- Facebook Pixel Code --> <script>...
Is it possible to use JavaScript instead of Dart on Flutter to make cross platform mobile apps ?
I have a function in cloud functions that picks the user email from my flutter app and I want to pass it to a function that uses the user email to create a firestore d...
I am trying to build a flutter app and I am trying to show up website in a webview I am using flutter_webview_plugin: ^0.3.11 now I am trying to evaluate s...
Sorry if this seems like a really basic question, the concept of cloud functions is extremely new to me and i'm still highly in the learning process. However,...
I Want to Build a Web App with Mobile App in one platform. So, Both of Them will use the Same Database which is MySQL. I want to use Laravel as backend and flutter for...