- Google Gson (Utility)
A Java serialization/deserialization library to convert Java Objects into JSON and back.
- 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.
- Arch (Utility)
helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Android Support Library collections (Utility)
standalone efficient collections.
- 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 Cursor Adapter (Utility)
static library support version of the framework's CursorAdapter.
- Androidx Fragment (Development Aid)
- 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.
- Media (Utility)
share media contents and controls with other apps.
- Room (Utility)
a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- Android Activity Saved State (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Sqlite (Utility)
library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- 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.
- WorkManager (Utility)
an API that makes it easy to schedule deferrable, asynchronous tasks that must be run reliably .
- flutter_local_notifications (UI Component)
a Flutter plugin for displaying local notifications.
- 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 Play CoreⓃⒹ (Utility)
runtime interface with the Google Play Store.
- Google Core Libraries for Java 6+ (Utility)
a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more.
- 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.
- device_info (Utility)
plugin to get current device information from within the Flutter application.
- 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.
- url_launcher (Utility)
a Flutter plugin for launching a URL.
- Kotlin (Utility)
The Kotlin Programming Language
- IntelliJ IDEA (Utility)
- Flutter Downloader (Utility)
plugin for creating and managing download tasks.
- GloballyDynamic (Utility)
a set of tools geared towards making Dynamic Delivery universally available, regardless of underlying App Store / distribution platform, while also providing a single unified Android client API and a streamlined developer experience.
- flutter_absolute_path (Utility)
a flutter plugin that finds the absolute path of a file in iOS or Android devices.