Lukas Klingsbo

Results 86 issues of Lukas Klingsbo

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command melos run --order first_package third_package second_package ### Description Some scripts should...

type: accepted
feature request

When the plugin gets a 204 status code, it just shows the "Please wait, Sending the request"-dialog and then stays like that until cancelled. I get the correct status code...

## Description This adds some restitution to the ball (this means that it will bounce off things) which makes the physics simulation look a bit more realistic. Currently when it...

# Description Previously a vector was sent in to the methods, but it wasn't used. This PR makes that vector optional and makes use of it. ## Checklist - [x]...

# Description In #54 the friction was set to 0, but I realized it is much more useful to have it set to some value like 0.2 that gives a...

# Description Just adding the two missing arguments to `createFixtureFromShape`. ## Checklist - [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`, `docs:` etc). -...

## What happened? The google fonts aren't being loaded, most likely due to `WidgetsFlutterBinding.ensureInitialized()` not properly running from `runApp`. ## Steps to reproduce problem The simplest way to reproduce it...

Just like with the device preview, but having the possibility to set any size instead of the predefined ones.

enhancement

If I'm not mistaken it is not possible to use the default `partial_chain` option when using custom ssl_options in 1.16.0 since `partial_chain/1` isn't exported anymore. Or is there a possibility...

Today when running Spec from somewhere where you don't have the installed dart packages on your path (like in cicd) you have to run: ```sh dart pub global run spec_cli:main...

bug
help wanted