-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Rename Flex arguments #231
Copy link
Copy link
Closed
Labels
c: API breakBackwards-incompatible API changesBackwards-incompatible API changesc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Metadata
Metadata
Assignees
Labels
c: API breakBackwards-incompatible API changesBackwards-incompatible API changesc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Monday Oct 26, 2015 at 21:11 GMT
Originally opened as https://github.com/flutter/engine/issues/1802
We should rename Flex's alignItems to "crossAxis" and Flex's justifyContent to "mainAxis". FlexAlignItems can become CrossAxisAlign and FlexJustifyContent can become MainAxisAlign.
Or some such. The current names are too unintuitive. Every time I use Row or Column I have to look them back up again.