dart tag

18 questions


1 answers
48 views
0
How to Configure lsp for the dart Environment in vim

I'm trying to build a Dart development environment in Vim, but it doesn't work.Installing vim-lsp and vim-lsp-settings.(Dart-vim-plugin is not installed.)I modified vimrc to suit my environment by ref...

1 years ago

1 answers
60 views
0
If you run the created application with an iPad simulator, it will be displayed in iPhone size.

We are developing a mobile app on Flutter.If you run the created application on the iPad simulator, it will be displayed in iPhone size.There is an enlarged mark in the lower right corner, and if you ...


1 answers
80 views
0
How Flutter Keeps Logged In

Prerequisites/What you want to achieveCurrently, I am learning about application development using Flutter+Firebase.We would like to implement the following features as a consistent login feature:Tran...

1 years ago

1 answers
94 views
0
To create a widget to fit on the screen in Flutter

I would like to expand the TextField to the maximum space except for other widgets, such as a text editor.So I wrote the following code, but adjusting maxlines changes the height of the TextField, but...

1 years ago

1 answers
61 views
0
I can't use wait in Dart with a method without async.

*There was a mistake in recognition in the first post, so this is a correctionIf you write data=wait readData() from the method with async, you will wait, but if you don't use the method, you will get...

1 years ago

1 answers
68 views
0
Flutter Future Asynchronous Processing Does Not Work in the Order You Intended

I would like to use Flutter to upload the image to Firebase's FireStorage and save the image URL to Forest.We upload images of Firestorage through asynchronous processing.However, during the upload, t...

1 years ago

1 answers
87 views
0
I want to share values among classes

I want to use the variable value (genreID) defined in A.dart in B.dart.How should I set it up?Some [A.dart] calculations are left out to [B.dart], not screen transitions.

1 years ago

1 answers
108 views
0
I want to transplant Java Math.ulp (Math.nextAfter) to dart.

I'm porting logic from Java for special distance calculations in Dart.There is no match for Math.ulp in Dart, so we are implementing it on our own.I was taught by Google teacher We refer to the StackO...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.