Improved
v3.0.0-beta.22
What's Changed
- Release v3.0.0-beta.21 by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/335
- Minor renaming by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/341
- Reduce analyze ci concurrency by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/342
- Fix errorStyle has no effect for DropdownButtonFormField2 by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/344
- DropdownRoutePage should dispose the created ScrollController [Flutte… by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/345
- Remove 'must be non-null' and 'must not be null' comments [Flutter core] by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/346
- Form fields onChange callback should be called on reset [Flutter core] by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/347
- Implement switch expressions by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/348
- Fix DropdownButtonFormField throws when onChange is null [Flutter core] by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/349
- Fix memory leak in CurvedAnimation [Flutter core] by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/350
- Avoid Container objects when possible for better performance [Flutter… by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/351
- Minor renaming by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/352
- Add semantics to dropdown menu items [Flutter core] by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/353
- Support helperStyle/helperMaxLines/errorMaxLines for DropdownButtonFo… by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/354
- Improve DropdownButtonFormField overlays and surroundings by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/355
- Support using inputDecoration’s horizontal padding for button and menu items by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/356
- Use decoration hint text as the default value for dropdown button hin… by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/357
- Update CI workflow to run on stable by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/359
- Migrate to formatter page width configuration by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/360
- Fix DropdownButtonFormField clips text when large text scale is used … by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/361
- Fix DropdownButtonFormField padding when ButtonTheme.alignedDropdown … by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/362
- Revert migrating .withOpacity unto .withValues by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/363
- Fix formatting by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/364
- Update golden files by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/366
- Add barrier dismissible to dropdown form field by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/367
- Respect button/inputDecoration's borderRadius when barrierCoversButton is false by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/368
- Support BorderRadiusDirectional for dropdown menu by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/369
- Take InputDecoration's densityOffset into account when determining the button size by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/370
- Prevent negative InputDecorationPadding by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/371
- Fix dropdownButtonFormField getter by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/372
- Fix ButtonRect calculation when inputDecoration.isDense is false by @AhmedLSayed9 in https://github.com/AhmedLSayed9/dropdown_button2/pull/373
Full Changelog: https://github.com/AhmedLSayed9/dropdown_button2/compare/v3.0.0-beta.21...v3.0.0-beta.22