PUBDEV
vol_spotter_windows v0.1.0+2
Windows stub implementation of the vol_spotter plugin. Physical button detection is not supported on Windows.
PUBDEV
vol_spotter_web v0.1.0+2
Web stub implementation of the vol_spotter plugin. Physical button detection is not supported on the web.
PUBDEV
vol_spotter_macos v0.1.0+2
macOS stub implementation of the vol_spotter plugin. Physical button detection is not supported on macOS.
PUBDEV
vol_spotter_linux v0.1.0+2
Linux stub implementation of the vol_spotter plugin. Physical button detection is not supported on Linux.
PUBDEV
vol_spotter_ios v0.1.0+2
iOS implementation of the vol_spotter plugin for detecting physical button presses (volume, power) using AVAudioSession KVO and MPVolumeView.
PUBDEV
vol_spotter_android v0.1.0+2
Android implementation of the vol_spotter plugin for detecting physical button presses (volume, power) using Window.Callback and BroadcastReceiver.
PUBDEV
vol_spotter_platform_interface v0.1.0+2
A common platform interface for the vol_spotter plugin. Provides the abstract classes, models, and method channel implementation used by platform packages.
PUBDEV
identidad_sdk v0.1.21
Flutter/Dart SDK for verifying Identidad access tokens and parsing assurance claims.
PUBDEV
grafeo v0.5.21
High-performance embeddable graph database with GQL support. Dart bindings for grafeo-c via dart:ffi.
PUBDEV
model_guard v0.0.1
Automatic JSON parser for Flutter/Dart that logs model name, field name, and wrong values during parsing.
PUBDEV
tenlixor v1.0.2
Flutter SDK for Tenlixor localization platform with SharedPreferences support for offline translations.
PUBDEV
wakelock_plus v1.5.0
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, Linux, and web.
PUBDEV
wakelock_plus_platform_interface v1.4.0
A common platform interface for the wakelock_plus plugin used by the different platform implementations.
PUBDEV
form_validator_x v0.0.1
A flexible and composable form validation library for Flutter. Define reusable validation rules (email, date, numeric, pattern, and more) and chain them on any TextFormField with zero external depende...
PUBDEV
home_library v0.0.2
A highly customizable and modular Flutter home screen package providing built-in layouts, declarative configuration, and flexible theming for rapid UI development.
REDDIT
How much jank is acceptable in production Flutter apps?
While profiling Flutter screens, I noticed that combined events like api hit,loading, keyboard changes and navigation can sometimes cause a single UI/raster jank frame. Do you try to eliminate every j...