Kilian Schulte

Results 29 issues of Kilian Schulte

**Describe the bug** I have a bug where I use a BeamGuard to redirect from one BeamLocation to another. The issue is that is never updates the pages and never...

enhancement
proposal

This is to keep track of the changes made to the wip/v0.2 branch. resolves #16, resolves #18 TODOs: - [x] add html utility components - [x] update rendering implementation -...

With the typed `Styles` class coming in the next release (#18), jaspr will get a powerful mechanism of styling elements through pure type-safe Dart. There are currently two main cases...

discussion

When looking at #13 I very much liked the concept of a `Style` class which bundles css properties in a simple way. The advantages of such a class over a...

discussion

Discussion related to #13 ## Status quo The current way of defining html elements is by using `DomComponent` and providing a `tag`. This leaves the most freedom to developers, but...

discussion

This is related to https://github.com/dart-lang/sdk/issues/49234 There seems to be no proper way currently to softly terminate child processes. Using `process.kill()` would forcefully terminate a child process and potentially leave files...

bug

Version `0.7.0-beta.4` When requesting provisional notification permissions on IOS, the request itself and all other calls to some notification methods never complete. The below call catches a timeout after 30...

The `customAttributes` field is not encoded in the final request object, therefore when calling `setCustomUserClaims` the claims are never updated.

@rbellens It seems like this package is not really maintained anymore. Are there any plans on continuing with this package in the near future? I can also offer my help...

## Steps to Reproduce 1. Create a new flutter project: `flutter create myapp --platform=web` 2. Build for web: `flutter build web` 3. Serve the app, e.g. `serve -s -l 3000...