Trending questions in Flutter

0 votes
1 answer

Flutter Like Button Animation Not Working After Adding Method

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

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

Flutter Http line not getting executed

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

Apr 12 in Flutter by pooja
407 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 in Flutter by vinayak
162 views
0 votes
1 answer

Notes date filtration from db

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

Apr 18 in Flutter by Tej
152 views
0 votes
1 answer

Cloud Firestore exception handling

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

Apr 6 in Flutter by veena
632 views
0 votes
1 answer

What are Keys in the Stateless widgets class?

In Flutter, a Key is an object ...READ MORE

Mar 30 in Flutter by vishwa
941 views
0 votes
1 answer

Flutter plugin fails to build on iOS

It looks like the error is related ...READ MORE

Mar 31 in Flutter by chandru
837 views
0 votes
1 answer

Flutter: passing optional List argument through go_router?

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

Apr 6 in Flutter by Anitha
576 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 in Flutter by vishwa
566 views
0 votes
1 answer

zegocloud's video/audio sdk flutter package error

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

Apr 11 in Flutter by pooja
312 views
0 votes
1 answer

How to Deserialize a list of objects from json in flutter Ask Question?

To deserialize a list of objects from ...READ MORE

Mar 28 in Flutter by vishalini
918 views
0 votes
1 answer

How to present an empty view in flutter?

In Flutter, you can present an empty ...READ MORE

Mar 27 in Flutter by anonymous
957 views
0 votes
1 answer

Flutter position stack widget in center

To center the ButtonBar widget at the ...READ MORE

Mar 29 in Flutter by seena
863 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 in Flutter by Anitha
157 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 in Flutter by seena
577 views
0 votes
1 answer

How can I change the app display name build with Flutter?

Yes, you can change the app display ...READ MORE

Mar 21 in Flutter by venky
1,161 views
0 votes
1 answer

Flutter Outline Shows "Nothing to show" in android studio

There are a few possible solutions for ...READ MORE

Mar 30 in Flutter by vishalini
742 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 in Flutter by Anitha
122 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 in Flutter by seena
161 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 in Flutter by vishalini
334 views
0 votes
1 answer

How to change flutter project name and id?

Yes, it is possible to change the ...READ MORE

Mar 20 in Flutter by pooja
1,090 views
0 votes
1 answer

What is the difference between named and positional parameters in Dart?

In Dart, positional parameters are specified by ...READ MORE

Mar 21 in Flutter by seena
968 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 in Flutter by vinayak
269 views
0 votes
1 answer

Widget Stack not showing top levels

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

Apr 3 in Flutter by Nidhi
342 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 in Flutter by pooja
504 views
0 votes
1 answer

Flutter Countdown Timer

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

Mar 30 in Flutter by pooja
463 views
0 votes
1 answer

flutter firebase: showing data

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

Apr 4 in Flutter by vishalini
237 views
0 votes
1 answer

How to find TableRow in a flutter test?

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

Apr 4 in Flutter by pooja
209 views
0 votes
1 answer

Flutter SVG rendering

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

Mar 26 in Flutter by seena
515 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 in Flutter by Meghana
252 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 in Flutter by venky
789 views
0 votes
1 answer

How to dismiss an AlertDialog on a FlatButton click?

To dismiss the AlertDialog when the FlatButton ...READ MORE

Mar 26 in Flutter by pooja
329 views
0 votes
1 answer

Run method on Widget build complete

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

Mar 24 in Flutter by vijitha
312 views
0 votes
1 answer

Sizing elements to percentage of screen width/height

Yes, you can size an element relative ...READ MORE

Mar 24 in Flutter by vishalini
287 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 in Flutter by vinayak
280 views
0 votes
1 answer

Multi-line TextField in Flutter

To create a multi-line TextField in Flutter, ...READ MORE

Mar 21 in Flutter by vishalini
328 views
0 votes
1 answer

What is the use of Material Widget?

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

Mar 21 in Flutter by pooja
286 views
0 votes
1 answer

How to make a TextField with HintText but no Underline?

You can achieve this by using the ...READ MORE

Mar 21 in Flutter by Anushi
236 views
0 votes
1 answer

How to Determine Screen Height and Width?

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

Mar 21 in Flutter by tan
134 views
0 votes
1 answer

Is Flutter/Dart valuable in the professional setting?

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

Mar 21 in Flutter by vani
141 views
0 votes
1 answer

Linking 3 Flutter Projects in One Flutter Project

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

Mar 20 in Flutter by vinayak
190 views
0 votes
1 answer

Flutter Projects & Android X Migration Issues

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

Mar 20 in Flutter by Tej
176 views