Most viewed questions in Mobile Development

0 votes
1 answer

How do I Set Background image in Flutter?

To set a background image in Flutter, ...READ MORE

Mar 10, 2023 in Android by vinayak
25,727 views
–2 votes
0 answers

Android Webiew does not load indexed Sdcard (file://sdcard)

When attempting to use mobile browsers to ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,620 points
1 flag 23,371 views
0 votes
1 answer

Create a rounded button / button with border-radius in Flutter

To create a rounded button with border-radius ...READ MORE

Mar 1, 2023 in Android by vishalini
22,153 views
0 votes
1 answer

How to find the path of Flutter SDK?

To locate the Flutter SDK, you can ...READ MORE

Mar 27, 2023 in Flutter by anonymous
20,442 views
0 votes
1 answer

Passing Data to a Stateful Widget in Flutter

The recommended way of passing data to ...READ MORE

Mar 18, 2023 in Android by pooja
12,097 views
0 votes
1 answer

Dart SDK is not configured

The error message "Dart SDK is not ...READ MORE

Mar 9, 2023 in Android by pooja
11,311 views
0 votes
1 answer

How to use Expanded in SingleChildScrollView?

The error message suggests that the Expanded ...READ MORE

Mar 27, 2023 in Flutter by sarit
• 1,830 points
11,045 views
0 votes
1 answer

How do I use hexadecimal color strings in Flutter?

To use a hexadecimal color string in ...READ MORE

Mar 1, 2023 in Android by vishalini
10,492 views
0 votes
1 answer

Flutter command not found

This error message usually appears when the ...READ MORE

Mar 29, 2023 in Flutter by vishalini
10,097 views
0 votes
1 answer

How to change textField underline color?

You can change the color of the ...READ MORE

Mar 30, 2023 in Flutter by venky
9,820 views
0 votes
2 answers

How to create a circle icon button in Flutter?

To create something similar to a FloatingActionButton, ...READ MORE

Aug 23, 2023 in Flutter by anonymous
• 140 points
9,809 views
0 votes
1 answer

How do I disable a Button in Flutter?

To disable a button in Flutter, you ...READ MORE

Mar 10, 2023 in Android by vinayak
9,492 views
0 votes
2 answers

How to change the application launcher icon on Flutter? Ask Question

how to change the app icon in ...READ MORE

Nov 29, 2023 in Android by anonymous
9,362 views
0 votes
1 answer

When the keyboard appears, the Flutter widgets resize. How to prevent this?

This is a common issue in Flutter ...READ MORE

Mar 18, 2023 in Android by vinayak
8,967 views
0 votes
1 answer

How to convert json data into array in Flutter?

To convert the JSON data into an ...READ MORE

Mar 31, 2023 in Flutter by seena
8,844 views
0 votes
1 answer

How to add a ListView to a Column in Flutter?

To add a ListView to a Column ...READ MORE

Mar 9, 2023 in Android by pooja
8,693 views
+1 vote
1 answer

net: ERR_UNKNOWN_URL_SCHEME in Android Webview codes not working in Kotlin

3 ways to fix the err_unknown_url_scheme error. You ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,620 points
7,940 views
0 votes
1 answer

"Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8"

Based on the error message, the Android ...READ MORE

Apr 14, 2023 in Flutter by pooja
7,871 views
0 votes
1 answer

How to underline text in flutter

You can underline text in Flutter by ...READ MORE

Mar 10, 2023 in Android by vinayak
7,602 views
0 votes
1 answer

flutter remove back button on appbar

You can remove the back button from ...READ MORE

Mar 10, 2023 in Android by vinayak
7,242 views
0 votes
1 answer

How to change Android minSdkVersion in Flutter Project?

Yes, you can change the minSdkVersion in ...READ MORE

Mar 21, 2023 in Flutter by Tej
7,228 views
0 votes
1 answer

How to dynamically resize text in Flutter?

You can use the FittedBox widget to ...READ MORE

Mar 27, 2023 in Flutter by Tej
7,210 views
0 votes
1 answer

How can I add a border to a widget in Flutter?

To add a border to a widget ...READ MORE

Mar 1, 2023 in Android by vishalini
6,713 views
0 votes
1 answer

How do you change the value inside of a textfield flutter?

To change the value inside a TextField ...READ MORE

Mar 26, 2023 in Flutter by Tej
6,317 views
0 votes
1 answer

How to make flutter app responsive according to different screen size?

To make your Flutter app responsive according ...READ MORE

Mar 27, 2023 in Flutter by anonymous
6,051 views
0 votes
1 answer

How to log data to the Flutter console?

To log data to the Flutter console ...READ MORE

Mar 27, 2023 in Flutter by anonymous
5,771 views
0 votes
1 answer
0 votes
1 answer

Flutter align two items on extremes - one on the left and one on the right

To achieve the desired result of having ...READ MORE

Mar 29, 2023 in Flutter by vinayak
5,491 views
0 votes
1 answer

Flutter App launch doesn't work in VS Code

It seems that the error message is ...READ MORE

Apr 3, 2023 in Flutter by Tej
5,162 views
0 votes
1 answer

Execution failed for task ':app:processDebugResources'. on flutterlocalnotification

The error message suggests that there is ...READ MORE

Apr 3, 2023 in Flutter by vinayak
4,914 views
0 votes
1 answer

How to fix an invalid CFBundleVersion error?

Yes, the error message suggests that the ...READ MORE

Apr 6, 2023 in Flutter by pooja
4,896 views
0 votes
1 answer

How do I supply an initial value to a text field?

To supply an initial value to a ...READ MORE

Mar 9, 2023 in Android by pooja
4,831 views
+1 vote
2 answers

flutter_background_service for iOS

If you're problem is solved then please ...READ MORE

Aug 18, 2023 in Flutter by Sneh
• 150 points
4,726 views
0 votes
1 answer

Flutter get context in initState method

To execute code after the widget is ...READ MORE

Mar 27, 2023 in Flutter by anonymous
4,566 views
0 votes
1 answer

flutter app not running on ios simulator after adding firebase notification

The error message you provided seems to ...READ MORE

Apr 10, 2023 in Flutter by vishalini
4,464 views
0 votes
1 answer

How to disable bouncing animation for pageview in flutter

To disable bouncing animation for PageView in ...READ MORE

Apr 10, 2023 in Flutter by Anitha
4,417 views
0 votes
1 answer

InputDecoration in DropdownButtonFormField adds a padding on the right (Flutter)

The right padding you are seeing in ...READ MORE

Apr 6, 2023 in Flutter by seena
4,291 views
0 votes
0 answers

Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler

I've prepared the Windows environment for react ...READ MORE

Sep 21, 2022 in Android by Edureka
• 13,620 points
3,981 views
0 votes
1 answer

Is it possible to run .APK/Android apps on iPad/iPhone devices?

It is not possible to run Android ...READ MORE

Sep 20, 2022 in IOS by Aditya
• 7,680 points
3,961 views
0 votes
0 answers

Android logo as an emoji (symbol) to copy and paste in text form

To use it in text editors, I ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
3,762 views
0 votes
1 answer

setState() or markNeedsBuild called during build

The first error occurs because the ListView.builder ...READ MORE

Mar 10, 2023 in Android by vinayak
3,632 views
0 votes
1 answer

flutter doctor --android-licenses gives a java error

This error usually occurs because the Java ...READ MORE

Mar 24, 2023 in Flutter by venky
3,625 views
0 votes
1 answer

Open webpage in fullscreen in Safari on iOS

No, javascript cannot be used to switch ...READ MORE

Nov 4, 2022 in IOS by Rahul
• 9,670 points
3,593 views
0 votes
1 answer

Reducing Spacing in an Expanded in Flutter Project

To reduce the space around the Expanded ...READ MORE

Mar 20, 2023 in Android by vishalini
3,468 views
0 votes
0 answers

Factorial program in android

Hey guys, I am aware that there ...READ MORE

Sep 21, 2022 in Android by Edureka
• 13,620 points
3,239 views
0 votes
1 answer

How to open the Google Play Store directly from my Android application?

If you want to link to your ...READ MORE

Nov 7, 2022 in Android by Edureka
• 12,690 points
3,195 views
0 votes
1 answer

How to create number input field in Flutter?

Yes, Flutter has a built-in widget called ...READ MORE

Mar 1, 2023 in Android by vishalini
3,181 views
0 votes
1 answer

How get permission for camera in android.(Specifically Marshmallow)?

To begin with, confirm that the user ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,620 points
3,031 views
0 votes
1 answer

Message "flutter run: No connected devices"

It seems that you do not have ...READ MORE

Mar 9, 2023 in Android by pooja
2,758 views
0 votes
1 answer

Create a listview layout with sections in flutter

Yes, creating a section widget and using ...READ MORE

Apr 20, 2023 in Flutter by seena
2,620 views