Xavier Donnellon
Xavier Donnellon
## Steps to Reproduce `cupertino_icons` (1.05) package is missing many SF icons. Four examples: ``` list.bullet.clipboard list.bullet.clipboard.fill list.clipboard list.clipboard.fill ``` Also, ```CupertinoIcons.create``` does not look as it should. I think...
`CupertinoIcons.create` looks wrong. It is filled with an odd offset, when it should be an outline. Logs [doctor_output.txt](https://github.com/flutter/flutter/files/10162640/doctor_output.txt) Expected for `create`: Reality (found [here](https://api.flutter.dev/flutter/cupertino/CupertinoIcons-class.html); same behavior in app) `create` is...
Make styled components automatically inherit theme from Foundry Provider, using SC's `ThemeProvider`. AC: - No more use of useTheme() inside of styled components, or passing in of colors into styled...
Rather than pass in normal props to styled subcomponent types, use transient props for styling that get consumed at the style level and don't get added to the html elements...