Lukas Klingsbo

Results 86 issues of Lukas Klingsbo

Sometimes you don't know if what you're looking for is already registered, it is then handy to have a `get` method that can return `null` when the registration doesn't exist....

After the new formatter was introduced it started removing trailing commas. Trailing commas is a feature which most of the Flutter & Dart community like since it makes the git...

enhancement

**Description** When Shorebird CI is on a step with a Dart package that doesn't have a dependency on Flutter it will only install Dart on the runner, but if the...

bug
ci

In Dart 3.9.0 the `tag_pattern` for git dependencies was introduced. (https://dart.dev/tools/pub/dependencies#git-packages) But it doesn't seem like there is support for that in the pubspec_parse package yet?

package:pubspec_parse

### Problem to solve It would be great to have our docs site in [Jaspr](https://jaspr.site/) to have even more of our code-base in Dart (and avoid weird package update problems...

enhancement
hacktoberfest

**What input code did you provide to the formatter?** ```dart enum Conferences { FlutterAndFriends, FlutterLatAm, FlutterCon, FlutterVikings, } ``` **What output did the formatter produce?** ```dart enum Conferences { FlutterAndFriends,...