I'm developing a social media app using flutter. I know almost nothing about Admob and placing ads on an app. In my app there is a feed where users scroll and s...
First I want to tell you what to do and what is the problem? I want to make confetti animation in my Flutter app and I know how to do it, but I want to make it custom...
I'm actually currently using Division for handling the gestures of buttons. But I'm still finding a way to do it with and without division. I wanted the long press of...
<pre><code>Container( padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 3), alignment: Alignment.bot...
I was trying to create a chart with tooltip using google's chart (charts_flutter: ^0.8.1) plugin in flutter. i was stuck in this for a week and almost at the deadline....
Is it possible to use JavaScript instead of Dart on Flutter to make cross platform mobile apps ?
I'm using a gesture detector to do 2 different things: <ol> <li>onTap: record audio for a fixed 10 seconds</li> <li>on long press: record audio until the user rele...
For example, my current routing is like this: <pre><code>Login -> Screen1 -> Screen2 -> Screen3 -> Screen4 </code></pre> I'd like to go back to <cod...
So, I have got a simple single page app. I created a checkbox on that page to transition to another page when the checkbox is clicked. However I get an error with the...
I am currently using Provider in my Flutter project to manage the authentication state of my mobile app. The model for AuthProvider is as follow: <strong>lib/mo...
I'm developing a Flutter app (using Firebase Firestore and FCM) that aims to send notifications to all devices where the user has signed in. When the user signs out fr...
My main goal is to import a database into a flutter app using sqlite(sqlflite plugin), instead of having to hard code all of the create tables into the apps code....
I have a <code>Card</code> widget. Inside the <code>Card</code> widget I have <code>Text</code> widget and <code>Raised Button</code> widget. I need to...
<code>enter code here</code><a href="https://i.stack.imgur.com/aQx49.jpg" rel="nofollow noreferrer">enter image description here</a>how to reduce the vertical distance...
I want to develop offline book reading app using flutter. There is any way in flutter so that user can access book offline.