Miguel Ferrer
Miguel Ferrer
I would like the form to validate only on submit.
## Steps to Reproduce 1. Upgrade to Flutter 3.3 2. Use Clip.hardEdge on a card inside SliverList 3. Run the app and scroll down **Expected results:** Scroll the app and...
flutter: 1. Start time or end time might be null flutter: 2. endTime occurs before or at the same time as startTime. `{date: 2023-01-14 09:00:00.000, startTime: 2023-01-14 09:00:00.000, endTime: 2023-01-15...
**Overview:** Users may want to control the padding for the multi select field. By default the padding is EdgeInsets.all(10) which were the padding used before this feature. This only add...
**Overview:** Users may want to limit the selected items for some fields without using other package. By default maxSelectedItems is null which means there is not selection limit. This only...