Trending questions in Mobile Development

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
520 views
0 votes
1 answer

How to get build and version number of Flutter app?

You can get the build and version ...READ MORE

Mar 29, 2023 in Flutter by pooja
857 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
209 views
0 votes
1 answer

How can i implement Flutter flip animation for book reading app?

Implementing a book page flip effect in ...READ MORE

Mar 20, 2023 in Android by Tej
1,328 views
0 votes
1 answer

Why is applicationWillTerminate not being called on the first launch of my app?

The applicationWillTerminate method is called by the ...READ MORE

Mar 18, 2023 in Android by vishalini
1,391 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
563 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
552 views
0 votes
1 answer

Flutter project when run showing Error Invalid argument(s): The source must not be null

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

Mar 20, 2023 in Flutter by venky
1,253 views
0 votes
1 answer

Flutter Countdown Timer

In your code, the variable _start is ...READ MORE

Mar 30, 2023 in Flutter by pooja
751 views
0 votes
1 answer

Flutter SVG rendering

Flutter does not have built-in support for ...READ MORE

Mar 26, 2023 in Flutter by seena
943 views
0 votes
1 answer

Reducing connection wait time for APIs in Flutter

To reduce connection wait time for APIs ...READ MORE

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

What is the difference between functions and classes to create reusable widgets?

In Flutter, you can create reusable widgets ...READ MORE

Mar 24, 2023 in Flutter by vinayak
896 views
0 votes
1 answer

How to call a Dart async function from JavaScript

To call a Dart async function from ...READ MORE

Mar 31, 2023 in Flutter by Meghana
529 views
0 votes
1 answer

Run method on Widget build complete

You can use the WidgetsBindingObserver to be ...READ MORE

Mar 24, 2023 in Flutter by vijitha
829 views
0 votes
1 answer

How to Determine Screen Height and Width?

To optimize your Flutter application for different ...READ MORE

Mar 21, 2023 in Flutter by tan
839 views
0 votes
1 answer

Flutter, run async function on stream.listen

You can make the listen callback an ...READ MORE

Mar 20, 2023 in Android by pooja
920 views
0 votes
1 answer

Can't able fetch data form json using class in flutter(dart)

To fix the issue of null temperature ...READ MORE

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

What is the use of Material Widget?

The Material widget is a key component ...READ MORE

Mar 21, 2023 in Flutter by pooja
759 views
0 votes
1 answer

How to fetch recent played songs with last played duration of songs with audio service and just audio in flutter?

To fetch the recent played songs with ...READ MORE

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

Flutter scrollable positioned list support rtl text direction?

To support RTL text direction in the ...READ MORE

Mar 18, 2023 in Android by vishalini
836 views
0 votes
1 answer

How can I dismiss the on screen keyboard?

To dismiss the on-screen keyboard, you can ...READ MORE

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

I am creating mobile application on flutter but facing error of tflite library

The error you're encountering means that there ...READ MORE

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

Adding a splash screen to Flutter apps

To add a splash screen to your ...READ MORE

Mar 18, 2023 in Android by anonymous
625 views
0 votes
1 answer

Is Flutter/Dart valuable in the professional setting?

Yes, Flutter and Dart are valuable skills ...READ MORE

Mar 21, 2023 in Flutter by vani
267 views
0 votes
1 answer

Linking 3 Flutter Projects in One Flutter Project

Yes, it is possible to combine multiple ...READ MORE

Mar 20, 2023 in Flutter by vinayak
355 views
0 votes
1 answer

Opt out or How to stop google bot accounts from my app?

It sounds like you are experiencing an ...READ MORE

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

Flutter Projects & Android X Migration Issues

Migrating to AndroidX can be a frustrating ...READ MORE

Mar 20, 2023 in Flutter by Tej
274 views
0 votes
1 answer

How to do Rounded Corners Image in Flutter?

To make the image in your Flutter ...READ MORE

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

How to run code after some delay in Flutter?

You can use the Future.delayed method to ...READ MORE

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

Flutter - Wrap text on overflow, like insert ellipsis or fade

Container( padding: EdgeInsets.symmetric(horizontal: 16.0, vertical: 18.0), ...READ MORE

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

How do you detect the host platform from Dart code?

You can detect the host platform from ...READ MORE

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

What is Flutter?

Flutter is a free and open-source mobile ...READ MORE

Mar 1, 2023 in Android by vishalini
525 views
0 votes
0 answers

How to create Toast in Flutter

Can I create something similar to Toasts in Flutter? Just ...READ MORE

Mar 9, 2023 in Android by sarit
• 1,830 points
180 views
0 votes
1 answer

How can I remove the debug banner in Flutter?

The debug banner in Flutter can be ...READ MORE

Mar 1, 2023 in Android by vishalini
426 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,837 views
0 votes
0 answers

Xcode couldn't find any iOS App Store provisioning profiles matching [bundle ID]

I always go with automatically manage signing when uploading ...READ MORE

Nov 30, 2022 in Mobile Development by gaurav
• 23,260 points
2,762 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,745 views
0 votes
1 answer

iOS 13 Custom Fonts download and installation

Step 1: From the Home screen, tap ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
2,331 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,346 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,153 views
0 votes
0 answers

How to open WhatsApp using an Intent in your Android App?

I want an Intent to take control ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
2,444 views
0 votes
0 answers

How to define a circle shape in an Android XML drawable file?

I'm having some trouble locating the Android ...READ MORE

Nov 22, 2022 in Android by Edureka
• 12,690 points
1,781 views
0 votes
0 answers

How purple 200/500/700 define in the color.xml of a new Android Project?

A new Android project provides a set ...READ MORE

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

Xcode 13.2.1 error when running on phone with iOS 15.4.1

Check /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ for directory name 15.4 (your ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
1,003 views
0 votes
0 answers

Cannot resolve symbol 'Theme' in styles.xml (Android Studio)

Since today, Android Studio can't find the ...READ MORE

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

iOS : Black screen appears when run my app

Go For Force Restart If it is a ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
872 views
0 votes
1 answer

Android - Set text to TextView

After discovering the views, you set the ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
2,032 views
0 votes
0 answers

What are the package name for google meet and Microsoft teams in Android and iOS?

I wanted to know the package name for ...READ MORE

Nov 16, 2022 in Mobile Development by gaurav
• 23,260 points
1,786 views
0 votes
0 answers

Minimum hardware requirement for android studio?

Intel Pentium dual core, 1.3GHz, and 2GB ...READ MORE

Dec 8, 2022 in Android by Edureka
• 12,690 points
778 views
+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,663 views