Steve Gehrman

Results 79 issues of Steve Gehrman

installed, launched, got nothing.

Getting the code and importing into Android Studio complained about the Gradle version. I had to copy a gradle folder into this project to get it building. I'm no expert,...

I reported this previously, but have the problem again. try a test like: Listview children: [ tooltip( child: Row(children: [Text, Expanded(Text), Button]) ) ] ) The tooltip code doesn't like...

Registration window cuts off something ![image](https://user-images.githubusercontent.com/287137/174776814-dd77868a-0547-4317-95ce-8bc0abe80f6a.png)

type: bug
platform: web
platform: macos
plugin: ui

This has been happening for a while, but never reported it. I set breakpoints for All Exceptions and Uncaught Exceptions and I get this every time. Latest flutter, packages etc....

type: bug
blocked: customer-response
in triage

Yeah, still happens in every one of my projects using firebase_core. I'm on web if that matters. Reported this a while ago, never got back because I thought it was...

blocked: customer-response
in triage

void _onIndexChanged(int index) { setState(() { _activeIndex = index; });

Tried cancelAll, but it keeps messages up forever. Didn't look into this, but give it a try.

If I show the tooltip once, it goes away. How do I fix this? ![gnome-shell-screenshot-T56XQ1](https://user-images.githubusercontent.com/287137/184050302-bc947427-16a8-46ab-ab67-28dc07a28278.png)

On some files, I lint, format and save in VSCode, but then on push, husky runs pretty-quick and formats some files differently that make it fail the eslint check on...