Most voted questions in Mobile Development

+2 votes
0 answers

iOS Instagram login get Instagram user id?

I am writing an iOS app that ...READ MORE

Nov 15, 2022 in Mobile Development by gaurav
• 23,260 points
1,621 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,943 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
8,062 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,756 views
0 votes
1 answer

How I can get audio processing state of a single mediaItem from a queue?

To get the audio processing state of ...READ MORE

Apr 20, 2023 in Flutter by vinayak
498 views
0 votes
1 answer

iOS debugging not working on thunderbolt port in mac mini

If your iOS device is not being ...READ MORE

Apr 20, 2023 in Flutter by vishalini
261 views
0 votes
1 answer
0 votes
1 answer

Notes date filtration from db

The error message you're seeing is telling ...READ MORE

Apr 18, 2023 in Flutter by Tej
372 views
0 votes
1 answer

HomeWidgetBackgroundService error using es.antonborri

Based on the error message, it seems ...READ MORE

Apr 18, 2023 in Flutter by pooja
457 views
0 votes
1 answer

How can I change enableDrag or isDismissible on a showModalBottonSheet after is already constructed?

Unfortunately, you cannot change the enableDrag or ...READ MORE

Apr 18, 2023 in Flutter by vinayak
473 views
0 votes
1 answer

How to deal with Flutter Local Storage gives a File Exception "an async operation is currently pending"?

The error "a file exception an async ...READ MORE

Apr 18, 2023 in Flutter by Anitha
1,052 views
0 votes
1 answer
0 votes
1 answer

Flutter counter with Future.delayed

The problem is that your for loop ...READ MORE

Apr 17, 2023 in Flutter by pooja
1,236 views
0 votes
1 answer

Unable to load asset: "/storage/emulated/0/Android/data/com.example.projectdesign_app/files/null/"

The error "Unable to load asset storage ...READ MORE

Apr 17, 2023 in Flutter by vinayak
1,205 views
0 votes
1 answer

Unable to access Riverpod provider state

The error message you're seeing suggests that ...READ MORE

Apr 17, 2023 in Flutter by Anitha
540 views
0 votes
1 answer

How can I improve the root detection in my Flutter app to prevent bypassing using tools like Frida?

Root detection in Flutter can be bypassed ...READ MORE

Apr 14, 2023 in Flutter by vinayak
1,636 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
8,100 views
0 votes
1 answer

flutter, avatarGlow is not working at all with fluoatingbutton

Based on the code you provided, it ...READ MORE

Apr 14, 2023 in Flutter by Anitha
356 views
0 votes
1 answer

Can't reach RestAPI (FastAPI) from my Flutter web - Cross-Origin Request Blocked

It seems like you are facing a ...READ MORE

Apr 14, 2023 in Flutter by Akash
1,337 views
0 votes
1 answer

3d Model In Flutter with GLB, OBJ, or GLTF file

To integrate a 3D model into Flutter ...READ MORE

Apr 13, 2023 in Flutter by pooja
1,259 views
0 votes
1 answer

How can I create this kind of widget.Is There any packages available?

Based on the image you provided, it ...READ MORE

Apr 13, 2023 in Flutter by Anitha
204 views
0 votes
1 answer

Waiting asynchronously for Navigator.push() - linter warning appears: use_build_context_synchronously

The "use_build_context_synchronously" lint warning is raised when ...READ MORE

Apr 13, 2023 in Flutter by Tej
2,044 views
0 votes
1 answer

How to play two videos side by side mode simultaneously in flutter?

To play two videos side by side ...READ MORE

Apr 13, 2023 in Flutter by vinayak
1,487 views
0 votes
1 answer

Flutter Http line not getting executed

The issue might be related to the ...READ MORE

Apr 12, 2023 in Flutter by pooja
715 views
0 votes
1 answer

Flutter Like Button Animation Not Working After Adding Method

It seems like the issue might be ...READ MORE

Apr 12, 2023 in Flutter by Tanishqa
• 1,170 points
638 views
0 votes
1 answer

SFDataGrid pagination with SFDataPager not working

Looking at the code snippets you provided, ...READ MORE

Apr 12, 2023 in Flutter by vishalini
962 views
0 votes
1 answer

Flutter buildproblem

It seems like there's an issue with ...READ MORE

Apr 12, 2023 in Flutter by Tanishqa
• 1,170 points
2,642 views
0 votes
1 answer

Xcode Cloud not building my Flutter Project

It's difficult to determine the exact cause ...READ MORE

Apr 11, 2023 in Flutter by Anitha
1,278 views
0 votes
1 answer

How to implement in-app update in win32 app using c++

Here is a simplified explanation of the ...READ MORE

Apr 11, 2023 in Flutter by seena
333 views
0 votes
1 answer

Flutter TextField set textAlign for each line separately

By default, TextField widget aligns the text ...READ MORE

Apr 11, 2023 in Flutter by Tej
1,530 views
0 votes
1 answer

zegocloud's video/audio sdk flutter package error

It seems like there are some issues ...READ MORE

Apr 11, 2023 in Flutter by pooja
582 views
0 votes
1 answer

flutter web build JS function with external JS library

The code you provided seems to be ...READ MORE

Apr 10, 2023 in Flutter by vinayak
1,506 views
0 votes
1 answer
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,548 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,713 views
0 votes
1 answer

flutter problem with Getx ,socket.io and node.js

Check that you have added the necessary ...READ MORE

Apr 6, 2023 in Flutter by vishalini
505 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,533 views
0 votes
1 answer

How to prevent deprecated flutter widgets suggestions in vs code?

To prevent deprecated Flutter widgets suggestions in ...READ MORE

Apr 6, 2023 in Flutter by vinayak
604 views
0 votes
1 answer

Lock screen audio player notification not appearing when target SDK is 33?

This issue may be related to the ...READ MORE

Apr 6, 2023 in Flutter by vishwa
1,102 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
5,107 views
0 votes
1 answer

Cloud Firestore exception handling

Cloud Firestore throws a variety of exceptions ...READ MORE

Apr 6, 2023 in Flutter by veena
1,411 views
0 votes
1 answer

Flutter: passing optional List argument through go_router?

The error message suggests that you are ...READ MORE

Apr 6, 2023 in Flutter by Anitha
1,329 views
0 votes
1 answer

How to find TableRow in a flutter test?

Based on the code you provided, it ...READ MORE

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

How to scan for bluetooth printers and print pdf or image via bluetooth in flutter?

The user wants to scan for Bluetooth ...READ MORE

Apr 4, 2023 in Flutter by seena
1,446 views
0 votes
1 answer

flutter firebase: showing data

It seems that when using different emulators ...READ MORE

Apr 4, 2023 in Flutter by vishalini
550 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,536 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
5,002 views
0 votes
1 answer

How to get barcode from PDA scanner device in flutter

It's possible that the data sent by ...READ MORE

Apr 3, 2023 in Flutter by seena
1,193 views
0 votes
1 answer

Widget Stack not showing top levels

Based on the code you provided, it ...READ MORE

Apr 3, 2023 in Flutter by Nidhi
722 views