flutter tag

39 questions


1 answers
374 views
0
Firebase App Distribution is skipped in the build in codec.

I want to automatically build the flutter app with codemagic and distribute it to the tester using Firebase App Distribution, but I'm worried because it doesn't go well.Firebase App Distribution is se...

1 years ago

1 answers
278 views
0
I want to use the DefaultTabController with the Scaffold at the bottom on Flutter.

Questions about Flutter's Scaffold and DefaultTabControllerI am currently learning Flutter and touching the DefaultTabController.I learned that Scaffold comes to the bottom of the widget tree and trie...

1 years ago

1 answers
229 views
0
I don't know how to separate responsibilities when tapping buttons.

Which do you think is the best way to write specific things to the view side like Method 1 or to write a tap process like ButtonTapAction and write the contents on the viewModel (Controller)?Personall...

1 years ago

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
352 views
0
DETECTION METHOD OF SCROLLING FROM EDGE OF SCREEN AND FROM CENTRAL PART BY FLUTTER APPLICATION

I am currently developing a flutter application, and I would like to make the screen transition when scrolling on the edge of the screen and ignore it in the center, but I don't know how to implement ...

1 years ago

1 answers
265 views
0
Flutter Firebase fails to launch and drops

We built the environment with Firebase cli.The dropout stops before it is built.The same error occurred when I created a new blog and ran it in the same environment.firebase_core:^1.24.0error message/...

1 years ago

1 answers
325 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
384 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
409 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 - »

© 2024 OneMinuteCode. All rights reserved.