How can I customize UI design like the following in flutter? Sample Image
I have a two error for this Flutter apps. The argument type 'Object?' can't be assigned to the parameter type 'List'. The property 'length' can't be uncondit
I have created a RadioListTile based on a list of string items in an initStat function. But i could not get the radio button to change when it is being selected
I'm getting this null error when calling the firebase firestore database. It's working fine with my other data. Only getting error with this nested List of 'ori
I am currently using the speech_to_text package to add voice control to my Flutter app. This voice detection is triggered by a button click. Is there any way to
My app has around 50K objects. And I need to retrieve atleast 10000 objects to build charts for stats; I am not able to get more than 600 objects in a single ca
I built a simple tic-tac-toe app on Flutter. It works in debug mode without any problem, but when I run it in release mode it gives me an error: WARN: Unable t
I'm trying to work on my fantasy app, and the app is working fine, but as soon as I open the keyboard to type something, I'm getting a message in debug console
To start: I'm completely new to working with APIs, so please bear with me. My first question is related to getting access to the Walmart API. I see the example
I want this type of output using single Text() widget I am getting data from Api and i get gender from it so i just want to highlight that value by bold it on w
To start: I'm completely new to working with APIs, so please bear with me. My first question is related to getting access to the Walmart API. I see the example
I have library using epub package to read the E-book files but it didn't show the page number, also I want to add my customized fonts. please tell me if anyone
I need to create a list view that has a few key requirements Infinite scroll of a fixed number of items (ie looping) Multiple child item types (images, text, in
Hi I have a local package that I import in a project Project pubspec.yaml: dependencies: my_local_package: path: ../my_local_package I have both the my_l
I want to use flutter_inappwebview plugin top show the web page in the body of a Scaffold page. I do know how to do it with webview_flutter, but with flutter_in
I have 2 columns on the top is simple container and the the bottom is TabBarView() what I want to achieve is the tabbarview() result is scrollable using singlec
I am working on a flutter application, which consists of an EPUB reader (I have used the epub_view package to render the EPUB files). Since we already have a we
There is a warning when I use flutter doctor : Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Dow
When trying to run the function below, you get this error: home page import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import '..
There is a warning when I use flutter doctor : Visual Studio - develop for Windows X Visual Studio not installed; this is necessary for Windows development. Dow