-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#5807Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: rfwRemote Flutter Widgets packageRemote Flutter Widgets packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-ecosystemOwned by Ecosystem teamOwned by Ecosystem team
Description
Use case
ButtonBar widget is going to be deprecated in #127955
RFW is the last official codebase that it still uses ButtonBar.
Proposal
Replace ButtonBar with a backwards compatible implementation using OverflowBar.
Making sure the ButtonBar still works RFW users but uses OverflowBar underneath for backwards compatibility. It should have same padding and layout constraints for instance.
Metadata
Metadata
Assignees
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: rfwRemote Flutter Widgets packageRemote Flutter Widgets packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-ecosystemOwned by Ecosystem teamOwned by Ecosystem team
Type
Projects
Status
Done (PR merged)