Justin Baumann

Results 18 issues of Justin Baumann

I think we should add Linting for a better Codebase

This PR addresses the Issue #100. Feel free to give me Feedback and I will improve the PR

I think we should probably add the `Sha1` algorithm to the HMac class. ### What is the Problem: Im currently porting an old Android App to Dart in combination with...

If I currently want to remove a Header in a middleware I have to do: - Get the current header Map - Remove the header out there - Change the...

type-enhancement
package:shelf

## Description This PR is implementing the `padding` argument to `fitBounds` which is called by `newLatLngBounds`. ## Related Issues [flutter/flutter#122192](https://github.com/flutter/flutter/issues/122192) ## Pre-launch Checklist - [x] I read the [Contributor Guide]...

needs tests
p: google_maps_flutter
platform-web

**Description** As a User I would love to get generated Tests for new routes/middlewares each time I run `dart_frog new middleware [routeName]` or `dart_frog new routes [routeName]`. This can save...

feature
p2

**Description** I want to serve an `index.html` with the static file server and add multiple headers like for example: `content-security-policy` to ensure that cross-site scripting is not possible. **Requirements** -...

feature
p1

**Is your feature request related to a problem? Please describe.** I try to use the `name:` property of a provider to simplify debugging. Unfortunately, I often forget to add the...

enhancement
linter

It would be great to have an actively maintained Pubspec Data Class. The current [pubspec package](https://pub.dev/packages/pubspec) seems unmaintained and is missing quite a lot of properties

I try to get my StackTraces logged. It's working fine if I call: `print(Chain.current().terse);` StackTrace ```bash flutter: package:stacktrace_test/main.dart 36:35 HomePage.build. package:flutter/src/material/ink_well.dart 1183:21 _InkResponseState.handleTap package:flutter/src/gestures/recognizer.dart 275:24 GestureRecognizer.invokeCallback package:flutter/src/gestures/tap.dart 652:11 TapGestureRecognizer.handleTapUp package:flutter/src/gestures/tap.dart...