dart tag

18 questions


1 answers
401 views
0
Please tell me how to wait for Future-enclosed processing on WidgetTest.

During WidgetTest, the value that should have been updated is not updated, which is troubling me.Update the value of _num using the add method in the TrialLogic class below and class TrialLogic with C...

1 years ago

1 answers
326 views
0
I want to change the animation speed applied to itemBuilder on AnimatedList in Flutter.

I use SizeTransition to animate when adding and deleting elements of the list in itemBuilder of AnimatedList on Flutter, but how do I make it faster?This is the default animation for SizeTransition, h...

1 years ago

1 answers
452 views
0
Android emulator does not start

I tried to start the android emulator by pressing the run button, but the following error occurred and it didn't work.US>Error statementI uploaded the kotlin version by referring to the post below, bu...


1 answers
385 views
0
How do I call a native phone feature from Flutter and make an automatic call?

I am currently developing a smartphone application on Flutter.Among them, I was able to confirm that the screen transition from the application I was creating to the phone application and the number s...

1 years ago

1 answers
410 views
0
I would like to know how to fire the event on Flutter.

After the screen transition with Flutter, I want to read the data from Firestore on the transition destination screen and display it, but I can't find the event that ignites on its own right after the...

1 years ago

1 answers
370 views
0
fromMap (dynamic message) is not defined

It is defined as follows:static LocationData fromMap(dynamic message){ final Map<dynamic, dynamic>dataMap=message;}However, if you write the following code in the main file, it says that fromMap...

1 years ago

2 answers
389 views
0
SetState() on flutter does not update the drawing

I make my own widget using SingleChildRenderObjectWidget, RenderBox.I want to update the drawing in setState() when certain actions are performed in the parent widget of this self-widget, but it may n...

1 years ago

1 answers
142 views
0
When I tweet on Twitter API v2, I can't send a request at POST.

Prerequisites/What you want to achieveI would like to tweet using Twitter API v2 on Flutter.The GET request, such as Timeline acquisition, has been successfully obtained as follows, but the POST reque...

1 years ago

1 answers
82 views
0
When testing the return value of method A, we want to mock the return value of method B in method A.

flutterdartmockitoWhat you want to do and what you can't doCurrently, when testing the return value of method A, we are trying to mock the return value of method B in method A.For the time being, if t...

1 years ago

1 answers
116 views
0
Inheriting Class in Dart Language Cannot Invoke Inheriting Function

I write Class in Dart, but if I inherit it, I will not be able to call the inheritance source function.How do I manage these situations?Because the actual inheritance source has a long class name, I t...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.