diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1d4195 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +# SweetLottieAlertDialog :sparkles: +:sparkles: SweetAlertDialog with lottie! :sparkles: + +SweetAlert for Android, a beautiful and clever alert dialog with lottie animation effect! + +Origin repo : https://github.com/pedant/sweet-alert-dialog + +![ezgif-2-374eab3d3c](https://user-images.githubusercontent.com/51151970/193203319-2942fc6a-e401-41cb-a39f-69ffbe1599a1.gif) + +## feature +You can setup Lottie animation in 2parts. +- Icon in alert + +- Full Screen + + +When you set it on full screen, you can choose 2 types. +- Lottie behind alert + + + +- Lottie cover alert + + + + +## Using Gradle :rocket: +In your top-level `build.gradle` file: +```gradle +repositories { + ... + mavenCentral() +} +``` + +In your app `build.gradle` file: +```groovy +dependencies { + implementation 'com.github.fascinate98:SweetLottieAlertDialog:v1.0.0' +} +``` + +## How to Use :zap: + +Check here [BASIC USAGE](https://github.com/pedant/sweet-alert-dialog) + + +