warren rhodes

Results 5 comments of warren rhodes

I have the same problem. I have a restaurant model `restaurants:{ restaurantTables : Record}` and I can't represent it in the CMS. because the CMS doesn't allow to define a...

@fgatti675 I was able to work around this by creating a custom preview and a custom field. Editing, updating and adding work fine, except for deleting. eg: `const tables :...

@muhamed-didovic sorry to be late. with part of the code do you want actually? There the field schema ```dart restaurantTables: buildProperty({ name: 'Restaurant Tables', dataType: 'map', validation: { required: false,...

@gdelataillade Yeah. At the time I wanted to use this package, the `assetAudioPath` field was required, so I'm wondering if the user wants to use a currency's default notification song,...

@gdelataillade Oh i see. Can you provide the same approach as FlutterLocalNotification package (use the default sound in case of null file)? If not, I have a preference for your...