Extension on fused location provider API

A library that wraps Android's callback-based APIs into extension functions which allows writing them in a sequential way within coroutines or observe multiple callbacks through Kotlin flow.

License

License

The Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0.txt
GroupId

GroupId

io.github.sagar-viradiya
ArtifactId

ArtifactId

callback-location-ktx
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

Extension on fused location provider API
A library that wraps Android's callback-based APIs into extension functions which allows writing them in a sequential way within coroutines or observe multiple callbacks through Kotlin flow.
Project URL

Project URL

https://github.com/sagar-viradiya/callback-ktx
Source Code Management

Source Code Management

https://github.com/sagar-viradiya/callback-ktx

Download callback-location-ktx

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-location-ktx/ -->
<dependency>
    <groupId>io.github.sagar-viradiya</groupId>
    <artifactId>callback-location-ktx</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-location-ktx/
implementation 'io.github.sagar-viradiya:callback-location-ktx:1.0.0'
// https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-location-ktx/
implementation ("io.github.sagar-viradiya:callback-location-ktx:1.0.0")
'io.github.sagar-viradiya:callback-location-ktx:aar:1.0.0'
<dependency org="io.github.sagar-viradiya" name="callback-location-ktx" rev="1.0.0">
  <artifact name="callback-location-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.sagar-viradiya', module='callback-location-ktx', version='1.0.0')
)
libraryDependencies += "io.github.sagar-viradiya" % "callback-location-ktx" % "1.0.0"
[io.github.sagar-viradiya/callback-location-ktx "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.0

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.5.0
androidx.lifecycle » lifecycle-runtime-ktx jar 2.3.1
androidx.annotation » annotation jar 1.2.0
com.google.android.gms » play-services-location jar 18.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0