- ZXing ('Zebra Crossing') (Utility)
ZXing („zebra crossing“) is an open-source, multi-format 1D/2D barcode image processing library.
- Android Support v4 (Development Framework)
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- AndroidX Activity (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility)
library that contains the annotations for Android Jetpack.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Biometric (Utility)
authenticate with biometrics or device credentials, and perform cryptographic operations.
- Concurrent (Utility)
AndroidX library to help move tasks off the main thread with coroutines and take advantage of ListenableFuture.
- Coordinatorlayout (UI Component)
AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- Androidx Core (Utility)
a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- AndroidX Fragment (UI Component)
AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility)
library to load data for your UI that survives configuration changes.
- AndroidX Media (Utility)
share media contents and controls with other apps.
- Recyclerview (Utility)
display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- AndroidX Security (Utility)
AndroidX library to safely manage keys and encrypt files and sharedpreferences.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility)
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- AndroidX Widget ViewPager2 (UI Component)
replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- Jetpack WindowManager Library (Utility)
enables application developers to support new device form factors and multi-window environments. The library provides a common API surface for API versions 14 and later. Especially provides additional functionality on foldable devices.
- Barcode Scanner (Utility)
requires 1 permissions: android.permission.CAMERA
a flutter plugin for reading 2D barcodes and QR codes.
- BR Vault (Utility)
library that provides a secure storage system for private information.
- Firebase Data TransportⓃ (Utility)
Firebase Data Transport is part of Google’s Firebase SDK.
- Google Mobile Services© (Development Framework)
Google Mobile Services in terms of the Android library refers to
Google Play Services, a proprietary background service and API package for Android devices which is
not part of the Android Open Source Project (AOSP). The library does not contain those services (i.e. it usually requires the Google Framework, often referred to as „GApps“, being installed on the device), but allows an app to communicate with them. Be aware this usually goes along with transferring at least parts of your personal data to the Google network.
- Google Material Design (Utility)
library to help with material design guidelines.
- Tink (Utility)
a multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
- FirebaseⓃ© (Utility)
- Firebase InstallationsⓃ (Development Aid)
Firebase Installations is a service that allows you to manage the installation of your app on a user's device. The Firebase installations service (FIS) provides a Firebase installation ID (FID) for each installed instance of a Firebase app. Used e.g. for FCM, but also for Analytics.
- File Picker (UI Component)
allows to use a native file explorer to pick single or multiple absolute file paths, with extensions filtering support.
- Flutter (Development Framework)
a cross-platform development kit created by Google, based on the Dart programming language.
- Localization (Utility)
Flutter package to simplify in-app translation.
- device_info (Utility)
plugin to get current device information from within the Flutter application.
- FlutterFireⓃ (Development Framework)
a collection of Firebase plugins for Flutter apps.
- Flutter Android Lifecycle Plugin (Utility)
Flutter plugin to allow other Flutter plugins to access Android Lifecycle objects in the plugin's binding.
- local_auth (Utility)
Flutter plugin to provide means to perform local, on-device authentication of the user.
- PackageInfo (Utility)
a Flutter plugin providing an API for querying information about an application package.
- path_provider (Utility)
a Flutter plugin for finding commonly used locations on the filesystem.
- Share plugin (Utility)
a Flutter plugin to share content from your Flutter app via the platform's share dialog.
- shared_preferences (Utility)
wraps platform-specific persistent storage for simple data.
- url_launcher (Utility)
a Flutter plugin for launching a URL.
- Kotlin (Utility)
The Kotlin Programming Language
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- barcodescanner (Utility)
library project that provides easy to use and extensible Barcode Scanner views based on ZXing and ZBar.
- Flutter WebView Plugin (Utility)