Skip to content

Commit bd2b5b6

Browse files
committed
Add "How can I customize it flexibly?" to FAQ
1 parent 660b637 commit bd2b5b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ This is useful for preventing very destructive action is executed mistakenly.
5757

5858
# FAQ
5959

60+
## How can I customize it flexibly?
61+
62+
This packages keeps usage and UI simple like iOS official alert dialog.
63+
Therefore, if you need more flexibility than this package provides, I recommend that you build your own directly using standard APIs to meet your requirements without using this package.
64+
65+
- https://github.com/mono0926/adaptive_dialog/issues/19#issuecomment-754476937
66+
- https://github.com/mono0926/adaptive_dialog/issues/76#issuecomment-1120686982
67+
- https://github.com/mono0926/adaptive_dialog/issues/108#issuecomment-1543068734
68+
6069
## The getter `modalBarrierDismissLabel` was called on null
6170

6271
`adaptive_dialog` uses Cupertino-style widgets internally on iOS, so `GlobalCupertinoLocalizations.delegate` is required under certain conditions.

0 commit comments

Comments
 (0)