Anton Borries
Anton Borries
I want to constrain a melos command based on two factors: 1. Only run command in `example` directory 2. Only run if there is a `android` directory If I define...
Recently got a Feedback in dutch which I had to translate manually in Google Translate. Would be nice if there was a build in functionality similar to Twitter/Instagram to translate...
I was missing a way to set the starting height of the Panel to a value between `PanelState.CLOSED` and `PanelState.OPEN` I added a field called `initialHeight` which defaults to `0.0`...
When setting `maxBarWidth` in the item options the ValueDecoration alignment is not properly aligned anymore. ``` ... foregroundDecorations: [ ValueDecoration( textStyle: Theme.of(context).textTheme.bodyText2, alignment: Alignment.topCenter, ), ], itemOptions: BarItemOptions( maxBarWidth: 100,...
**Description** Support Shorthand Syntax for builtIn Lambdas with custom Delimiters **Motivation** When having the need to have hardcoded brackets like `${{ github.ref_name }}` in a generated file it is needed...
Improve the hints and error messages of the example app indicating that the appGroupId needs to be set on iOS.
**Description** Right now all generated `WidgetbookNode` have `isInitiallyExpanded` set to true. This can be quite overwhelming for Designers to come into the Widgetbook. I would love it if there was...
**Description** When having a `*orNull` Knob without setting a default value, it does not get properly updated. **Steps To Reproduce** ```dart import 'package:flutter/widgets.dart'; import 'package:widgetbook/widgetbook.dart'; import 'package:widgetbook_annotation/widgetbook_annotation.dart'; @UseCase( name: 'Bug',...
Use `num` instead of `int` for `HorizontalDecoration` so that also decimal values can show lines. Before trying to add decimal numbers as decorations would lead to the lines not showing...
Is there a timeline for when 0.0.20 might be released as a stable version?