Chuender
Chuender
How to make the width of CustomDropdown stretch to the width of the texts of selected items?
### Description I have two parent / child tables, and the parent table has custom primary key: ```graphql type Book @model @auth(rules: [{ allow: private, ownerField: "pOwner" }]) { id:...
### Description To make a route an Unauthenticated route, I switched from using Authenticator.builder() as the builder to my MaterialApp to using individual AuthenticatedView instead. So from: ```dart @override Widget...
### Description I recently change the permission of one of my models because for some reason even with the { allow: private, operations: [read] } non-owners were unable to access...
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? v17.5.0 ### Amplify CLI Version 12.12.6 ### What operating system are...
### Description I'm experiencing an issue with Amplify DataStore in a Flutter application. The main models (Share and OperationMode) are syncing correctly, but the automatically generated join table for a...
I'm trying to change the DropdownMenuItem to show in a bottom model as opposed to right under the DropdownButtonHideUnderline. How can this be done?
I'm trying to create different list item vertical spacing for different list level, for example, level one bullet items have more vertical spacing than level 3. How can this be...