Releases: Sathawale27/KotlinToasts
Releases · Sathawale27/KotlinToasts
Version 1.0.1
Bug Fixes: A long toast duration to the exact long duration [Toast.LENGTH_LONG].
Download
dependencies {
implementation 'com.sarveshathawale:kotlintoasts:1.0.1'
}
First version 1.0.0
Simple Kotlin friendly API to show short and long duration toasts in idiomatic way.
To show toast for a short time with the help of Toast.LENGTH_SHORT
shortToast { "This is an example of toast with Short duration" }
To show toast for a long time with the help of Toast.LENGTH_LONG
longToast { "This is an example of toast with Long duration" }
Download
dependencies {
implementation 'com.sarveshathawale:kotlintoasts:1.0.0'
}