macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.83k stars 177 forks source link

Renaming widgets with "macos" prefix #107

Closed lesliearkorful closed 3 years ago

lesliearkorful commented 3 years ago

All our widget names should start with Mac. eg MacScaffold. This is to prevent name conflicts with existing widgets in the flutter framework and preserve the great developer experience Flutter already has. No dev (yes, including us) dreams of importing our library with a prefix or in every file of their project.

GroovinChip commented 3 years ago

I think we should use the Macos prefix instead of Mac, to keep in line with MacosApp, MacosTheme, and MacosThemeData. And the package name, of course.

lesliearkorful commented 3 years ago

Right. I've corrected the title.

GroovinChip commented 3 years ago

Reminder that only widgets with overlapping names get the Macos prefix. I'll be working on this now.