When I try to add flutter_svg dependency to add SVG format picture in my project it throws me an error like that: <a href="https://i.stack.imgur.com/W5jjo.png" rel="no...
<a href="https://i.stack.imgur.com/1TNnp.png" rel="nofollow noreferrer">this is an example of the list</a> I want to view this list without typing any letter, i...
I am trying to make keyboard like this <a href="https://i.stack.imgur.com/MI2Ag.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/MI2Ag.png" a...
I am trying to make snake 2 in flutter. And I have used Timer.periodic() for game loop. And I tried specifying duration as 1 seconds. But the code inside the Timer.per...
I'm trying to make an animation of sorting algorithms in flutter. So far I've coded the algorithm and managed to get some sort of animation by iterating once at a time...
hey I have created an app in flutter it has a download page just like youtube<br /> what I want to do is when the app loads it should check the internet connection and...
I am interested in the implementation of TextField in registering a Google account on Flutter. How can I make a similar series of TextFields from a date where all thre...
I need to know if there is any way or plugin to run dart code on Xcode for flutter app development. If there is any mention here, every time I searched on internet it...
I am new in this language and I am working on a BMI(body mass index) app. As you see in the picture below: <img src="https://i.stack.imgur.com/TX2nq.png" alt=""...
I have a problem with the android xml file when creating the appBundle. However, I cannot find the problem, could anyone help me please? I have never removed anything...
What I want is simply a vertically dismissible widget. Android equivalent of what I want is <a href="https://github.com/r0adkll/Slidr" rel="nofollow noreferrer">Slidr<...
I have a mixin and abstract class extends StatefulWidget. I wanna add my mixin to abstract class. Mixin: <pre><code>mixin MyMixin<T extends StatefulWi...
I am writing a widget for a Flutter mobile app and I have written a function to fetch weather information from an API. The API functions is an async function, that us...
I am building a Flutter Application, and for one of the API's I am using, it does not have Flutter support, only Android and iOS. My solution to this was to use Platf...
Because no versions of shared_preferences match >2.0.5 <3.0.0 and shared_preferences 2.0.5 depends on shared_preferences_windows ^2.0.0, shared_preferences ^2.0....