adar2378 / pin_code_fields

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓
https://pub.dev/packages/pin_code_fields
MIT License
690 stars 336 forks source link

Cupertino dialog not showing when using `Platform.iOS` #318

Closed OutdatedGuy closed 1 year ago

OutdatedGuy commented 1 year ago
Screenshot 2023-01-27 at 1 12 01 AM

Using the following config in PinCodeTextField still shows material dialog:

dialogConfig: DialogConfig(
  platform: Platform.iOS,
),
With Platform.iOS With Platform.other
Screenshot 2023-01-27 at 1 14 20 AM Screenshot 2023-01-27 at 1 15 48 AM
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

OutdatedGuy commented 1 year ago

@adar2378 can you check this?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

OutdatedGuy commented 1 year ago

@adar2378 can you check this?