Wizzel1
Wizzel1
I am trying to give my pages a heading, since my Content varies in height, I can't follow the documentation because it adds the pages beforehand. ```dart //Add the pages...
If the user doesn't select a suggestion but instead commits his manual text via keyboard ?
I have noticed that, when i change the values with the slider and print them, the results sometimes differ by +- 1 How to fix this ?
I am trying to target the first item of an AnimatedList like this: ` final GlobalKey targetKey = GlobalKey();` ``` return Container( key : index == 0 ? targetKey :...
I want to make the text break and add the tag to a new line instead of adding them to a horizontally scrolling line when the end of the textfield...
I have implemented photo and video recording to my app and since they return a path where the item is stored, I want to get this item as "Media" to...
When Media get loaded into the GridView, I am getting this error : ` E/HW-JPEG-DEC( 7108): [HME_JPEG_DEC_Delete](3321): HME_JPEG_DEC_Delete: decoder_ctx=null` any Idea what that is?
### [REQUIRED] Environment info **firebase-tools:** 11.9.0 **Platform:** Windows 10 ### [REQUIRED] Steps to reproduce 1. Create an app that has access to the emulator. 2. Convert a png image to...
I am trying to use an OpenContainer from a Page, that has been built with the GoRouter: ```dart final router = GoRouter( ... routes:[ GoRoute( path: 'themedRoute' builder: (context,state) =>...
I am building a windows app and I don't ship the `.local-chromium` folder at the root of the project. That means before launching, the `downloadChrome` function gets called which is...