nietsmmar
nietsmmar
I did set `activeSwitchColor` which does work in android and iOS but in **Web** the color just won't change from standard blue.
When using `trailing` in `SettingsTile.switchTile` the switch disappears.  This is my code: ``` SettingsTile.switchTile( activeSwitchColor: Colors.red, title: Text("switchtile"), leading: Icon(Icons.search), initialValue: _smartSearchValue, trailing: IconButton( padding: EdgeInsets.zero, icon: Icon( Icons.info_outline,...
**Is your feature request related to a problem? Please describe.** When my notification has a long title it is not shown fully. See this screenshot:  **Describe the solution you'd...
### Steps to reproduce Execute this [dartpad](https://dartpad.dev/?id=e29fcc1167faee1d06970320d87519b5) 1. Compile for Flutter web (bug is not happening when compiling for linux) 2. listen on a stream function `streamMethod().listen();` 3. inside this...
I implemented my app exactly like the example states. I did set the maxWidth to 810 as my iPad (9th) has 810 width and I want it to be fullscreen...
I am using `showDialog()` to display modals. How can I make sure, they are responsive too?
I am using the new version `1.0.0` but there is no `ConditionalRouteWidget`.
This issue already came up [here](https://github.com/gskinner/flutter_animate/issues/71) but was closed. Some of the animations I use on my app will make my widgets disappear when I use the web-app on mobile...
I can't build this project because it uses an old version of `url_launcher`. It would be great to see an update of this project :) ``` Because every version of...
**Describe the bug** When receiving SSE they sometimes are not completely received in one chunk but split into two (or maybe more?). **To Reproduce** Send SSE from Edge-Function or other...