Philipp Bauer

Results 70 issues of Philipp Bauer

### Description White text on flowchart node becomes gray when exporting as pdf. On svg, everything looks as it's supposed to. ### Steps to reproduce 1. Paste sample code into...

**Is your feature request related to a problem? Please describe.** Please create a listing on: https://console.cloud.google.com/marketplace This would allow people to deploy in (pretty much) one click. **Describe the solution...

feature

```ts interface Test { prop?: { subprop: string; } } ``` How can I define `prop` as fully optional. Basically, either `prop` has to be undefined or all subproperties are...

**Is your feature request related to a problem? Please describe.** Providers are suffixed by default. We'd prefer to use a prefix instead: `someDataProvider` -> `provSomeData` This makes it so the...

enhancement
riverpod_generator

https://github.com/wiredashio/wiredash-sdk/blob/12973a8c40d73a06bae621616cf40ebc94926167/lib/src/feedback/data/pending_feedback_item.dart#L57C3-L71 One of our users apparently has a pending old feedback from an old version of the app. This creates a new error in Crashlytics everytime he opens the app....

bug
sdk

**Describe the bug** This error is logged to Crashlytics. Is this caused by us, for example because collectMetadata threw an error? **Stacktrace** _What's the stacktrace?_ ```log Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Can't...

bug

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

- [ ] Use Flutter Version Manager - [ ] Add launch.json - [ ] example: Use minimal dart version

Essentially this PR combines the open version-update PRs into one and adds some general maintenance on top. - [x] Remove `android` folder to shut up the linter about deprecated embedding...

I added this in our project by doing the following: 1. Add `"sourcemap": true` to the esbuildOptions. 2. Add ` --inspect-functions` to the emulators:start command ### Sample `launch.json` ```json {...

enhancement