Pascal Welsch

Results 84 issues of Pascal Welsch

I'd like to render a object with an async API. ```dartlang class GitVersioner { Future get sha1 async => new Future.value("87caf33"); } ``` #### Actual: `render` doesn't wait for `Future`...

See https://github.com/passsy/kt.dart/issues/186#issuecomment-1264473741

Good First Issue
hacktoberfest

`await FlutterWebBrowser.openWebPage(url: url);` hangs forever https://github.com/victorbonnet/flutter_web_browser/blob/2eb43f186f36bfe26c1a234951f6ec486daeb022/android/src/main/java/dev/vbonnet/flutterwebbrowser/FlutterWebBrowserPlugin.java#L42-L53 `result` is unused and never completes the platform channel call. It should at least `result.success("launched")` be called after successfully launching the intent.

https://github.com/ebanx/swipe-button/blob/ae46883b10cb9f92ebb0cf4b9a627f6e177153cb/swipe-button/src/main/res/values/strings.xml#L2 The library also defines the string resource `app_name` and may override the resource provided by the app. I suggest removing the `app_name` string resource from the library.

## Steps to Reproduce Continuously start an application with `flutter run -d chrome`. **Expected results:** I can start the app all day in Chrome **Actual results:** My disk runs out...

in triage

## Steps to Reproduce ``` IntelliJ IDEA 2023.3.2 (Ultimate Edition) Build #IU-233.13135.103, built on December 20, 2023 Licensed to Pascal Welsch Subscription is active until May 5, 2024. Runtime version:...

Previously, linux was just hanging. (Never returned). Not it does and we can activate it again

Benefits: - Allows upgrading to the latest spot version

Wiredash always aims to give backwards compatibility to the latest stable major Flutter updates for one year. Today, the latest Flutter version is `3.13` from `16/08/2023` with Dart 3.1. Our...

sdk

There is no practical use for accessing `argResults` outside of the `Command.run` method. The`CommandRunner` guarantees that `argResults` is non-null while executing `Command.run`. Therefore, accessing `argResults` always implied the value to...

next-breaking-release