Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged flutter

0 votes
2.1k views
1 answer
    In my Flutter pr project, I am using Image Picker plugin to select images from android mobile gallery or capture images ... file(file), ); } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    I'm having some problems getting permissions to the external storage on android devices with flutter. When I try to ... error. Hope to hear! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I have a view that consists of a Scaffold and a single ListView in its body, each children of the list is a ... to being far down the list). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I've been investigating JSON parsing for my Flutter app and have a question about factory constructors that I ... a factory here superfluous? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    I have a problem using Flutter Provider... My flow is like this: After login user id is passed to new ... find anything suitable to my problem. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am new to Flutter I got this error when I run my simple flutter APP. I could not figure out why this ... 1 category. Can anyone provide a solution for this? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I have a scrollable ListView where the number of items can change dynamically. Whenever a new item is added ... of items that fit within the ListView viewport. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I have heard of the new Dart null safety language feature (NNBD), currently the "'non-nullable' experiment". It is ... does it work and where can I try it? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.4k views
1 answer
    sample code Map<String,String> gg={'gg':'abc','kk':'kojk'}; Future<void> secondAsync() async { ... print third expected Output Second! Third! Third! third Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am writing a native plugin that, in some cases, has to call functions in the Flutter portion of the app, ... from the non-native Dart portion of the app? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    How to use Expanded in SingleChildScrollView? I have a screen with Image.network, ListView.builder and Row (TextFormField ... template=BUG.md I/flutter ( 6816): Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    As you can see, my button is inside the Scaffold's body. But I get this exception: ... widget though. _scaffoldKey.currentState.showSnackBar(snackbar); Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Dart supports both named optional parameters and positional optional parameters. What are the differences ... optional parameter was actually specified? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.2k views
1 answer
    I'm trying to start a new screen within an onTap but I get the following error: Navigator operation requested with ... ( appBar: buildAppBar(context), ); } } Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I don't understand how LayoutBuilder is used to get the height of a Widget. I need to display the list of ... of the child. And that's a weird limitation. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    In Dart, is there a difference in assigning values right away vs in constructor like in Java? class Example ... the former method but possible with the latter. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    I am trying to make an HTTP POST request with the flutter plugin HTTP but I am getting an error ... authorizationCode, "grant_type": "authorization_code" }); Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
4.2k views
1 answer
    I'm upgrading a personal package that is based on the Flutter framework. I noticed here in the Flutter Text widget ... GitHub so I'm posting an answer below. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have some code and when I run it produces an error, saying: NoSuchMethod: the method 'XYZ' was called on null What does that mean and how do I fix it? Question&Answers:os...
asked Oct 16, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    For various reasons, sometimes the build method of my widgets is called again. I know that it happens because a ... there any way to prevent a build call? Question&Answers:os...
asked Oct 16, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I get the following error: A value of type 'Future<int>' can't be assigned to a variable of type 'int' It might be ... my value when all I have is a Future<T>? Question&Answers:os...
asked Oct 16, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am quite stuck on this thing for the past few days. So my use case here is,? A -> B -> C -> ... .com/questions/65829588/how-to-pass-data-down-the-tree-using-flutter-blocs...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I have a lot of data objects. Each with a ChangeNotifier. So I want to update the smallest area ... /questions/65830117/why-is-changenotifierprovider-value-not-updating-its-builder...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    I am to listening firebase AuthStateChanges stream and provide the stream with streamProvider to change the view ... -not-rebuilding-the-widget-tree-when-asyncvalue-updates...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I want mock the method file.writeAsBytes, but I don't know how to make this. note: I do not intend to ... /stackoverflow.com/questions/65830661/how-mock-a-instance-of-file-in-dart...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    This is common in other languages. setTimeout(fn, 0) in JavaScript, and DispatchQueue.main.async() {} in Swift. How ... -method-of-scheduling-code-to-run-on-the-next-event-loop...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I have a list called test3 and I want to add this list to another list test0. The problem is that I only want the ... questions/65831543/how-to-add-a-list-in-a-list-to-another-list...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    About Fetching the current user data from firebase. Approach 1 var currentUser = FirebaseAuth.instance.currentUser; ... .com/questions/65832175/approach-2-not-populating-firstname...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...