Xavier Donnellon

Results 4 issues of 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...

framework
f: cupertino
has reproducible steps
p: cupertino_icons
found in release: 3.3
found in release: 3.7

`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...

framework
f: cupertino
has reproducible steps
p: cupertino_icons
found in release: 3.3
found in release: 3.7

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...

enhancement