Guillem Poy

Results 17 issues of Guillem Poy

I am trying to create a form within a CustomScrollView. The app is built using material3 theme, and one of the fields needs a prefix. That combination leads to an...

a: text input
framework
f: material design
has reproducible steps
found in release: 3.3
found in release: 3.7

## Steps to Reproduce 1. Clone the [M3 sample](https://flutter.github.io/samples/material_3.html) 2. Change the NavigationBar height, adding the parameter "height" to the widget 3. Interact with it 4. See how the shadow...

waiting for customer response
in triage

## Use case Being able to create [all types of M3 cards](https://m3.material.io/components/cards/overview) with a simple constructor. ## Proposal A constructor/factory like Card.outlined and Card.filled should exist apart from the default...

**Describe the bug** When recording, the waveform renders the "audio lines" from left to right, like so: ``` [ |||| ---- ] ``` It does so until they reach the...

Issue: In the [loot tables integration section](https://wiki.bedrock.dev/loot/loot-tables.html#integration) there is a reference to the possibility to modify the loot tables of blocks, but it is not possible to do so. Page:...

CONTENT

Like in [Axios-http, I'd like to be able to define defaults](https://axios-http.com/docs/config_defaults) (like authorization bearer token) so I don't have to define it every time. I understand that this is possible...

### Description It should be possible to be able to decide whether a query uses case sensitivity or not. Example: `where: Todo.NAME.beginsWith('foo', caseSensitive: false)` Something among the lines is existent...

feature-request
datastore

### Which packages are you using? stream_chat_flutter ### On what platforms did you experience the issue? iOS, Android ### What version are you using? `7.2.0` and `8.0.0-beta.3` ### What happened?...

bug

First, in the README you have the ["Wildcards" section](https://pub.dev/packages/auto_route#wildcards), and it is badly formatted. It should be as follows: ```dart AutoRoute(path: '*', page: UnknownRoute.page) // it could be used with...

### Description I do believe that it is a basic need to be able to query data filtering using a list. Example: `Amplify.DataStore.query(UserData.classType, where: UserData.id.in(participants))` In this case, "participants" is...

feature-request
datastore