halo_alert 0.7.0
halo_alert: ^0.7.0 copied to clipboard
Simple alert dialog for flutter
0.7.0 #
- 为 Alert 类的多个方法添加 color 参数,以支持自定义颜色设置。
0.6.0 #
- Add preferredThemeMode to Alert class and update HUD to use it for theme handling.
0.5.1 #
- Change Alert class ID generation from milliseconds to microseconds for improved uniqueness.
0.5.0 #
- Refactor Alert class to extend StatelessWidget and implement build method; deprecate deploy method in favor of const constructor.
0.4.0 #
- Mew Api added.
0.3.0 #
- Modify
Alertclass to include default position for alerts
0.2.0 #
- Mew Api added.
0.1.0 #
- Init