halo_alert 1.0.0
halo_alert: ^1.0.0 copied to clipboard
Simple alert dialog for flutter
1.0.0 #
- Update version to 1.0.0
0.8.3 #
- Add default color properties to Alert class.
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