Aurélien Lepage
Aurélien Lepage
The padding you set in the bottom dialog layout ([https://github.com/javiersantos/BottomDialogs/blob/master/library/src/main/res/layout/library_bottom_dialog.xml](https://github.com/javiersantos/BottomDialogs/blob/master/library/src/main/res/layout/library_bottom_dialog.xml)) can not be removed and prevents custom view layout from taking full width (for example). Could be great to give...
Hi, From what I understand, bot.on and bot.hear are bypassed during a conversation. Since callback from persistent menu are handled in bot.hear, how can we handle those events during a...
**Describe the bug** Cursor is not shown on Pinput tap after completion. To display the cursor, a backspace needs to be made after Pinput tap. **To Reproduce** Steps to reproduce...
I found two widgets that are not documented in the README: - SliverMasonryGrid - SliverAlignedGrid I think it would be great to document them, as it may be useful to...
The documentation on the controller parameter says that `If null, this widget will create its own [TextEditingController]` but it is not the case. If a null controller is provided, it...
Currently, services generated code sets the default value of ThrowOnError to false for all API request functions. This default behavior requires developers to explicitly set ThrowOnError to true for each...
**Summary:** I would like to request a feature that allows users to customize the names of the generated types through a builder or by adding a suffix. This enhancement would...
### What problem does this feature solve? Currently, we manually set the Y-axis width using the `yAxisWidth` prop (e.g., `yAxisWidth={30}`). This can lead to truncated labels or unnecessary white space...