Skip to content

NEW FEATURE: Platform aware confirmation dialogs #31

@rydmike

Description

@rydmike

Currently advance_image_picker always uses Material style confirmation dialogs. This is not ideal for iPhone/iPad users, since iOS users feel more at home when dialogs use native looking confirmation dialog style.

Add a new feature that by default uses:

  • Cupertino style confirmation dialogs on iOS and macOS.
  • Material style confirmation dialogs on all other platforms.

A configuration option would be provided that offers:

  • dialogStyle: DialogStyle.platform - Platform adaptive. This would be the new default style! Minor style break with past versions!
  • dialogStyle: DialogStyle.materail - Material style. Currently this is always used and the only choice.
  • dialogStyle: DialogStyle.cupertino - Cupertino/iOS style.

This issue is summitted so it can be marked in this issue when it is being worked on. I might work on it myself later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions