Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x3rocode authored Sep 30, 2022
1 parent 3858d91 commit 0d32383
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
<img src="https://user-images.githubusercontent.com/51151970/193205966-136c656d-c1a3-4946-9392-39412e145a8a.jpg" width="200" height="450"/>

When you set it on full screen, you can choose 2 types.
- Lottie behind alert

<img src="https://user-images.githubusercontent.com/51151970/193205964-0ff567d0-d0a6-4cb0-8373-338814ee9420.jpg" width="200" height="450"/>

- Lottie cover alert

<img src="https://user-images.githubusercontent.com/51151970/193205958-21d91020-4072-457c-b231-7df427365f9b.jpg" width="200" height="450"/>


## 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)



0 comments on commit 0d32383

Please sign in to comment.