Steve Gehrman

Results 81 issues of Steve Gehrman

Stopped working, could you check the latest windows 10?

Works until I scroll, then I get this: Exception has occurred. "Error: Assertion failed: org-dartlang-sdk:///flutter_web_sdk/lib/_engine/engine/surface/clip.dart:295:12 _clipElement == null is not true at Object.throw_ [as throw] (http://localhost:35885/dart_sdk.js:4324:11) at Object.assertFailed (http://localhost:35885/dart_sdk.js:4271:15) at...

Spent two days trying different things, but nothing works. Error ``` /snap/flutter/current/usr/lib/x86_64-linux-gnu/libglib-2.0.so && : [ +4 ms] /snap/flutter/current/usr/bin/ld: /snap/flutter/current/usr/lib/x86_64-linux-gnu/libharfbuzz.so: undefined reference to `FT_Done_MM_Var' [ ] clang: error: linker command failed...

waiting for customer response
in triage

steve@tr4:~/google/MQuote$ flutter run Running "flutter pub get" in MQuote... 4.7s Launching lib/main.dart on ONEPLUS A5010 in debug mode... [!] Your app isn't using AndroidX. To avoid potential build failures, you...

Code has errors [{ "resource": "/home/steve/Documents/GitHub/forks/firebase_admin/lib/src/database.dart", "owner": "_generated_diagnostic_collection_name_#0", "code": { "value": "invalid_override", "target": { "$mid": 1, "external": "https://dart.dev/diagnostics/invalid_override", "path": "/diagnostics/invalid_override", "scheme": "https", "authority": "dart.dev" } }, "severity": 8, "message": "'_AuthTokenProvider.onTokenChanged'...

flutter_simple_calculator >=2.0.0 depends on expressions ^0.2.3 which depends on petitparser ^4.0.2,

## Expected Behavior docker doesn't run ## Current Behavior Got errors, I had to add COPY ./config.py /srv/config.py COPY ./configs /srv/configs to the dockerfile to run ## Steps to Reproduce...

Tried webpack, and rollup and browserify and had constant errors. why don't you have examples? This code is like looking at 1990s spaghetti code.

close() doesn't work if setClosable(false) setTitleBarStyle(TitleBarStyle.hidden); doesn't work setSize() doesn't work Is there a usable fork? This is pathetic. Bugs on Linux and macOS (I haven't tested windows) Also, on...

I'm on linux, haven't tested others. await m.setSize(const Size(222, 111), animate: true); await m.setTitleBarStyle(TitleBarStyle.hidden); await m.setResizable(false); await m.setClosable(false); await m.center(animate: true); That doesn't work unless I set await m.setResizable(true);