nietsmmar

Results 20 issues of 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. ![image](https://user-images.githubusercontent.com/9265181/155151054-2ab1a536-2eb5-4136-b44a-017b2db391ab.png) 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: ![122087051-9d595300-ce04-11eb-8851-618041bf564e](https://user-images.githubusercontent.com/9265181/193802664-af0444cd-369f-4ba7-a7e0-d9456403e18a.png) **Describe the solution you'd...

enhancement
in discussion

### 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...

waiting for customer response
dependency: dart
has reproducible steps
blocked
found in release: 3.16
found in release: 3.20

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...

bug
flutter issue

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...

bug
functions