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