Ricardo Romero

Results 7 issues of Ricardo Romero

Hi all! Is it possible to have multi selects? (radio, chips and checkbox) Same as Uber Eats. Example: ![photo_2021-05-16_19-49-43](https://user-images.githubusercontent.com/3050311/118407204-e4c2b700-b67f-11eb-9647-aa33820a806f.jpg)

Unfortunately, it isn't totally clear what the parameters do. It would be great to explain it better in the code docs. ```dart /// Configure your app with [Momentum] root widget....

**Is your feature request related to a problem? Please describe.** At the moment it is just possible to have one URL client ```yaml graphql: client: url: https://graphql.github.com/graphql ``` **Describe the...

enhancement

### Issue Description **Given** the existing `@Scheduled` annotation in Dart, **When** extending the functionality to support advanced scheduling parameters, **Then** provide the following enhancements: 1. **Given** a cron expression, **When**...

enhancement

In order to activate multicore some changes has to be done, investigate regard shelf multicore and how to implement in dartness framework. Example in shefl: https://stackoverflow.com/questions/30318723/how-to-use-multiple-isolates-to-serve-requests

enhancement

### Expected Behavior The method should handle null values gracefully, either by returning a default value or throwing a more descriptive exception. ### Actual Behaviour When attempting to validate the...

status: awaiting feedback
type: bug