RatelHub / rflutter_alert

RFlutter Alert is super customizable and easy-to-use alert / popup dialog library for Flutter. You may create reusable alert styles or add buttons as much as you want with ease.
https://ratel.com.tr
MIT License
386 stars 117 forks source link

Alert with Custom Image doesn't work #96

Closed fabien79 closed 3 years ago

fabien79 commented 3 years ago

I tried to setup an alert with custom image but it does work. I used to copy/past example : Alert( context: context, title: "RFLUTTER ALERT", desc: "Flutter is better with RFlutter Alert.", image: Image.asset("assets/success.png"), ).show();

with a link to my own image, but no image appeard. Thanks

fabien79 commented 3 years ago

ok perfect, thanks

ming-chu commented 3 years ago

Oops. I submitted a PR for this. https://github.com/RatelHub/rflutter_alert/pull/101

ibrahimdevs commented 3 years ago

Thanks for pull requests, it is fixed on V2.0.3.