RFlutter Alert
RFlutter Alert is super customizable and easy-to-use alert/popup dialogs for Flutter. You may create reusable alert styles or add buttons as much as you want with ease.
Features
- Single line basic alert
- Adding buttons dynamically (as much as you want)
- Predefined beautiful alert styles (success, error, warning, info)
- Reusable alert styles
- Super customizable
- Change animation (fromTop, fromBottom, fromRight, fromLeft, grow, shrink)
- Set animation duration
- Show/hide close button
- Set overlay tap to dismiss
- Assign Title and desc styles
- Change dialog border style
Getting started
You must add the library as a dependency to your project.
You can also reference the git repo directly if you want:
You should then run flutter packages get
Example Project
There is a detailed example project in the example
folder. You can directly run and play on it. There are code snippets from example project below.
Basic Alert
Alert with Button
Alert with Buttons
Alert with Style
AlertStyle
Use the AlertStyle
class to customize.
And assing your AlertStyle
object to Alert's style
field.