art_sweetalert_plus 0.1.1
art_sweetalert_plus: ^0.1.1 copied to clipboard
A beautiful, responsive, customizable, accessible replacement, easy use for flutter popup boxes. Both supported ios and android.
CHANGELOG #
0.1.1 #
- Feat: update ArtSweetAlert.show return type and improve dialog background color fallback logic
0.1.0 #
- UI/UX Improvements:
- Updated
ArtDialogdefault border radius from4.0to16.0for a more modern appearance. - Increased default elevation to
8.0to improve depth and shadowing. ArtButtonnow usesMaterialandInkWellto provide proper ripple effects upon interaction, and the border radius was updated to8.0.- The dialog background and text colors now automatically adapt to the current
Theme.of(context), providing seamless support for Light and Dark modes. - Typography improvements: Titles are now slightly bolder (
FontWeight.w600).
- Updated
- Testing: Added comprehensive widget tests and integration tests.
- Documentation: Improved overall code documentation and added
AGENTS.mdfor AI agent guidelines. - Example Application: Completely redesigned the UI/UX of the example application to adhere to modern design principles, utilizing Material Design 3 cards, adaptive theming, and ripple effects.
- Alert Coverage: Ensured that every alert type (
success,warning,danger,question,info) has a dedicated demonstration button in the example application. - Testing: Added acceptance and integration tests within the example application to automatically verify the display and dismissal of all alert types.
0.0.2 #
- Add comments.
0.0.1 #
- Create package.