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
1.4k views
1 answer
    In Emily Fortuna's article (and video) she mentions: GlobalKeys have two uses: they allow widgets to change ... GlobalKey can help me with? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I am trying to navigate from one screen to another with route. When I hit the button for the page to move to the ... tag> How do I solve this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    How to customise TextField's width and height? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am trying to use the Visibility widget to show and hide my page. Here is my logic when at the first page the ... true,); //doesn't work }, See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to create a simple app that adds posts to a firebase realtime database and shows them ... BottomNavigationBarItem( icon: Icon(Icons.account_circle), title: Container(...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am setting up my model classes to confirm to the docs for sqflite which suggest including a named constructor ... would be much appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    when I run flutter doctor I noticed license status is unknown. [√] Flutter (Channel stable, v1.0.0, on ... Any help would be great thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In the context of a Flutter 2.0.5 app whose state I'd like to manage with Riverpod, I thought I can declare ... (with flutter run -d Chrome). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I need to implement the following layout in Flutter. When the user scrolls, I want the entire layout to scroll ( ... header is fixed to the top. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.4k views
1 answer
    I am running into a globalKey error after I navigate from Screen A to Screen B and click a "Cancel" ... ; _forgottenChildren.add(child); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.7k views
1 answer
    I reinstalled my android studio since the sdk was not found and so on. After re installing java jdk and ... failed with exit code 1 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    It's stated in the docs that these are the same, and context.read is just a shortcut for Provider.of<x>(context ... But it doesn't answer "why". See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm trying to make a loading screen for my application, I'm using CircularProgressIndicator widget, but I want to ... someone help me with this? 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 getting the notification when the app is in the foreground but not when the app in the background. Also, I ... arm64 ? Android 9 (API 28) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I've attached a ScrollController to a CustomScrollView of [SliverAppBar, SliverList] In a default case I would use ... this value. Thank you ! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    All I can see in the documentation is DateTime.now() but it returns the Timespan also, and I need just the date. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    When creating a Text widget with a long string in Flutter, it wraps its text when put directly in a Column. However, when it ... , ), ], ), ), ) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm trying to implement a infinite scroll functionality. I tried using a ListView inside on a NotificationListener to ... way to achieve this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Let's say you have a parent widget that might have a variable size. For example: var container = new Container( ... way to do this in Flutter? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want to know that how can I set a width to match parent layout width new Container( width: 200.0, padding: const ... i dont know how to do it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to keepAlive my widgets which are already rendered in ListView. I was tried with addAutomaticKeepAlives:true ... itemCount:40 , ); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    i am trying to upload image, and the same process is working for my other app, but here it gives these errors, ... _image1 = firstImage; }); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I used canvas.drawLine to show a line but I want user to be able to see it being drawn from one point to ... bar but this is my custom widget) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    issue I have two ListViews rendering inside of a TabBarView using a TabController. How do I preserve ... /media/2ysWhzqHVqL1xcBlBE/giphy.gif See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I am getting the following error: i.e.., Another exception was thrown: Incorrect use of ParentDataWidget. showing ... let me know the issue. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have an app that displays a black dot at the point where the user touches the screen like this: The black ... > other._offset != _offset; } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    In dart there any equivalent to the common: enumerate(List) -> Iterator((index, value) => f) or List.enumerate() ... add(list[index], index) }); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I've created a new application on flutter, and I've had problems with the screen sizes when switching between ... is optimized for all screens? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...