Skip to content

Latest commit

 

History

History

views-coroutines-material

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Views Coroutines Material

Material Components + Kotlin coroutines.

Supported platforms: Android.

Extension functions:

Name Description
FloatingActionButton.showAndAwaitOneClickThenHide Calls show(), suspends until the FAB is clicked and finally calls hide(). Cancellable.

Download

implementation("com.louiscad.splitties:splitties-views-coroutines-material:$splitties_version")