vantuan88291 / flutter_dropdown_alert

Flutter Dropdown Alert help to notify to user when success, warning or error like in app push notification
MIT License
15 stars 10 forks source link

Print statement in code should be removed #9

Open rduffr opened 1 year ago

rduffr commented 1 year ago

There is a print(..) statement on line 24 of alert_controller.dart that should be removed. Print statements should not be used in released code.

AlertController._init() { print("AlertController was created!"); }

vantuan88291 commented 1 year ago

its would be nice if you have Pull request, thanks.