Skip to content

Releases: Sathawale27/KotlinToasts

Version 1.0.1

31 Oct 14:00
Compare
Choose a tag to compare

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

31 Oct 03:11
Compare
Choose a tag to compare

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'
}