drops 0.0.5
drops: ^0.0.5 copied to clipboard
A pacakge for showing alerts like the one used when copying from pasteboard or connecting Apple pencil and the alert shown on iPhones when using the silent toggle.
0.0.1 #
- This is the initial release of Drops
0.0.2 #
- Fixed text overflow issue, both title and subtitle are now 1 lines at max, if the texts overflow there will be ellispes
0.0.3 #
- Added a iconColor parameter
- Added a titleMaxLines parameter
- Added a subtitleMaxLines parametet
- Fixed sizing and padding to make the Drops more polished
0.0.4 #
- Changed the way how multiple drops are showed at the same time instead of showing at the same time they show in a sequence
0.0.5 #
- Added a showFromDrop function to show a drop from a Drop() object