Benjamin

Results 22 issues of Benjamin

Please add a `focusNode` so when a user presses the next button on their keyboard, we can focus and unfocus the `DropDownFormField`.

Does this plugin support those "VariableFont" files you get when you download fonts from Google Fonts? If not, it would make life so much easier so you don't have to...

enhancement
help wanted
p: google_fonts

Hi! I'm here to request a widget that makes it easy to integrate search via a drop down asynchronously, possibly with the find_dropdown package. I already manually added it to...

When retrieving a `FormBloc`, which one should I use? `read()` **won't** rebuild the widget on state changes (equivalent to `Provider.of(context, listen: false)` I guess) and **shouldn't** be called in the...

We should be allowed to insert field blocs in certain positions in the list because `addFieldBloc` just appends it to the existing list. I'm not sure if `ListFieldBloc#value` is immutable...

Is it possible with `states_rebuilder` to have a bottom navigation bar with named routing? The bottom navigation bar would also need its own navigation stack per tab.

## Lapce Version nightly-c7288af ## System information Windows 11 ## Describe the bug I'm using the Lapce Dart plugin and only after I save my file do I get code...

C-bug
A-lsp
C-plugin

Appreciate the quick work on getting records implemented for `json_serializable`. One request that I have is for records that _only_ contain positional fields be serialized/deserialized as lists so that if...

Type: enhancement

**Describe the bug** When specifying a nested list type using `@Default()` like so: `@Default([])`, the generated code errors. If you use `@Default([])` instead, it works fine. Error details ``` [SEVERE]...

bug

I'm not sure how to migrate from Talker.good(). There's no mention of its removal that I can find in the changelog, and I also can't find a migration guide posted...