joshuadeguzman / flutter_dialogs

💬 A lightweight and platform-aware plugin for showing dialogs and alerts for both Android and iOS devices.
https://pub.dev/packages/flutter_dialogs
BSD 3-Clause "New" or "Revised" License
14 stars 6 forks source link

Feature request: automatically use correct case for dialog actions #13

Open amugofjava opened 3 years ago

amugofjava commented 3 years ago

Action labels on iOS use sentence case whereas on Material Design they are all upper case. It would be really useful to be able to supply Flutter Dialogs with a sentence case String which can be used directly on iOS, but automatically set to upper case when on Android.

A good example can be found on the Material Design Guidelines site if you scroll down to Cross Platform Adaptations.

Thank you.

joshuadeguzman commented 3 years ago

Would you prefer having a find grained control of the child text instead?