Auron 1.0.9A indexed Simplifies Android project development with a main function, streamlined APIs, and easy permission handling, enhancing efficiency and ease of use. Additional features and improvements planned.
Bring this to kpkg
This library is indexed from the KMP ecosystem and already resolves through kpkg.dev's Maven Central proxy. Maintainers can verify the namespace and publish future versions to kpkg for free hosting, real download stats, and signed-provenance pages.
Publishing coming soonMetadata
Owner Instah-io
Stars 0
Used by —
Health —
License MIT License
Latest 1.0.9A
Repository github.com/Instah-io/Auron
Updated 2025-01-27 Related libraries Surfaced from shared tags and platforms — no rankings paid for.
navigation ★ 6.0k
androidx Simplifies navigation between UI destinations via a consistent API, offers type-safe arguments (Safe Args), Compose and fragment integrations, feature-module support, and testing utilities. Shared: gradle-plugin, compose kaluga ★ 397
splendo Offers modular tools for cross-platform mobile app development, including features like MVVM architecture, location services, permissions management, Bluetooth communication, and more, using coroutines and `Flow` for efficient design. Shared: device, compose KScan ★ 336
ismai117 Enables easy barcode scanning in apps using Google’s MLKit on Android and Apple's AVFoundation on iOS, supporting QR and EAN-13 formats with simple integration. Shared: device, compose EasyQRScan ★ 147
kalinjul QR-Code and other 2D/3D code scanner for Compose Multiplatform. Offers basic permission handling, supports multiple code types, and includes a sample app for reference. Shared: device, compose KSensor ★ 116
ShadAdman Facilitates sensor data acquisition and management by supporting accelerometer, gyroscope, magnetometer, barometer, step counter, and location sensors, with built-in permission handling capabilities. Shared: device, compose KrossMap ★ 49
farimarwat Lightweight library for working with maps, markers, polylines, and camera movements. Enables seamless integration with Jetpack Compose and SwiftUI, providing powerful abstractions and utilities for map-based applications. Shared: device, compose Readme Changelog Auron
Making android project development easier
Auron allows you to:
have a main function
have some parts of the android api simplified
have an easy api for permissions
Add the auron plugin by using id("io.instah.Auron-Gradle") version "1.1.0" *for the newest features append
-SNAPSHOT to the version
Download the android sdk version 36
You should be now able to easily configure your project with auron!
*simplification of the process is planned
*add a way for developers to directly interact with the MainActivity
TODO:
permission API on desktop
implement KSP
support widgets
support rotation
light sensor API
proximity sensor API
accelerometer API
location API
automatically download the android SDK
automatically install android plugins
support projects that use newer kotlin versions
automatic svg -> xml conversion
setting the app icon
minification support
stop using android.application and android.library plugins
common native API composables (like camera view)
support for translations that don't use XML
support for apple targets
support for translation AI models
support for localized formats for ex. dates
compose for android native