Jens Horstmann

Results 39 issues of Jens Horstmann

**Description** I just mistyped the `snakeCase` build-in lambda by using `{{variable.snake_case()}}` instead of `{{variable.snakeCase()}}` causing the output of the lambda to be just an empty string. This was obviously my...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 2.3.1 ### Description The docs regarding [Automated Releases](https://melos.invertase.dev/guides/automated-releases) state in the [Versioning](https://melos.invertase.dev/guides/automated-releases#versioning)...

bug
triage

I'm currently trying to render a markdown which contains `${{ }}` like this: **The markdown** ```` ```yaml ${{ test }} ``` ```` **What i'm expecting** ```yaml ${{ test }} ```...

bug

I'm using the `Image` component as documented in [Components - Image](https://use.docs.page/components#image-) This is the code `` When activating the image zoom, the image gets enlarged to the maximum canvas size...

bug

**Description** For the text scale addon (maybe also for the others) the preview shows the correct number of items, but not the items which have been selected. The preview shows...

bug

**Description** Routing is currently used in a way that is not intended by `go_router`. Routing should not happen in the `createRouter` method.

enhancement

# Widgetbook 3.0 The current Widgetbook version has some problems and hard-to-fix bugs. Especially the functionality around the `device_frame`, Widgetbook Frame, and `none` frames are confusing. In addition, the builder...

**Description** The `label` of the `TextField` does not render correctly in widgetbook. This might be a Theme problem. **Screenshots** Simulator: ![image](https://user-images.githubusercontent.com/16862002/178221968-8d40cfe8-d28e-43e0-a137-9211959c5045.png) Widgetbook: ![image](https://user-images.githubusercontent.com/16862002/178222010-54d6e79e-005c-452f-a842-cc820ed33731.png)

bug

Is showing: ```bash name: Build on: [pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 with: fetch-depth: '0' - name: Setup flutter uses: subosito/flutter-action@v1 with: channel: stable -...

bug
documentation