Steve Gehrman

Results 81 issues of Steve Gehrman

The only lines that fix the bug are 'DateTime?': const DefaultISO8601DateConverter(), 'Duration?': const DefaultDurationConverter(), The rest is just package updates. Also, in pubspec.yaml I had to include the mapper with...

I'm seeing warnings for unnecessary parens, and prefer const in the example mapper.g.dart. I would be great to get this fixed. I like all my code to be clean and...

Flutter 3.22 is very buggy on Linux. Run the example project: https://github.com/sgehrman/linux_crash_322 See main.dart for notes. Related to this issue: https://github.com/flutter/flutter/issues/148364 Another example of linux crashing: https://github.com/sgehrman/to_image_bug

I have it working running locally with mpv installed, but my flatpak installer doesn't work. I used your code for flatpak, and a few others I found online for mpv,...

I'm running the example Not a usable solution.

**Describe the bug** I'm downloading the text at this URL: https://youtube.co.jp probably others will fail, but that's what I'm testing **To Reproduce** Get the text for the the url https://youtube.co.jp...

bug
performance

building for web, I'm on beta channel. FileSystemException: Cannot open file, path = '/home/steve/.pub-cache/hosted/pub.dartlang.org/dwds-3.0.2/lib/src/injected/client.js' (OS Error: No such file or directory, errno = 2)

real simple. Include package "web" replace 'dart:html' with ... import 'package:web/web.dart' as web;

type:feature

### Package Version 2.7.9 ### Flutter Version 3.22 ### Platforms Web ### How to reproduce? Put image editor in a dialog. Add an emoji and close the parent dialog without...

bug

I had to add tabBarStyle: FlexTabBarStyle.forBackground, Why is a default broken?