adaptive_dialog 0.6.0+1 adaptive_dialog: ^0.6.0+1 copied to clipboard
Show alert dialog or modal action sheet adaptively according to platform.
0.6.0 #
- Add
showConfirmationDialog
- Show confirmation dialog, whose appearance is adaptive according to platform
- For Cupertino, fallback to ActionSheet
0.5.0 #
- Add
materialConfiguration
toshowModalBottomSheet
- This suppresses many actions (long list) sheet from overflow
0.4.0 #
- Support nested navigator
- Expose
useRootNavigator
- It works fine without specifying
useRootNavigator
in most cases - Check example/lib/nested_navigator_page.dart
- Expose
0.3.1 #
- Add
showDialog2020
, which wrapsshowModal
withFadeScaleTransitionConfiguration()
.
0.3.0 #
- Use
showModal
withFadeScaleTransitionConfiguration
of animations for Material alert dialog
0.2.2 #
- Fix showTextAnswerDialog
0.2.1 #
- Add isDestructiveAction to showTextInputDialog and showTextAnswerDialog
0.2.0 #
- Add showTextInputDialog
- Add showTextAnswerDialog
0.1.2 #
- Change SheetAction's icon to nullable
0.1.1 #
- Add documentation
- Change some parameters to nullable
0.1.0 #
- Initial release