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

Error: No named parameter with the nam e 'insetPadding' #79

Closed vivekn4u closed 3 years ago

vivekn4u commented 3 years ago

Does any one getting this compilation error?

/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/rflutter_alert-1.1.0/lib/src/alert.dart:100:15: Error: No named parameter with the nam e 'insetPadding'.

/flutter/packages/flutter/lib/src/material/dialog.dart:208:9: Context: Found this candidate, but the arguments don't match. const AlertDialog({ ^^^^^^^^^^^

slimaq007 commented 3 years ago

yes I have

ibrahimdevs commented 3 years ago

@vivekn4u and @slimaq007 can you try our plugin's example project? Is there any problem with example project?

ibrahimdevs commented 3 years ago

I'm closing this because of no response. You can reply here, if your problem continues.

himalayanZephyr commented 3 years ago

Was getting the same error with version 1.1.0 (+ dart version 2.7.2). Did a flutter upgrade and it worked!