- 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.
- 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 (Development Aid)
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Media (Utility)
share media contents and controls with other apps.
- Android Activity Saved State (Utility)
provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack VersionedParcelable (Utility)
Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- flutter_local_notifications (UI Component)
a Flutter plugin for displaying local notifications.
- Flutter (Development Framework)
a cross-platform development kit created by Google, based on the Dart programming language.
- Awesome Notifications - Flutter (Utility)
a complete solution to create Local Notifications and Push Notifications, throught Firebase or another services, using Flutter.
- ShortcutBadger (UI Component)
library supporting badge notification like iOS in Samsung, LG, Sony and HTC launchers.