PUBDEV
dchs_flutter_beacon v0.6.7
Flutter plugin for scanning and transmit as beacon (iBeacon) on Android and iOS.
PUBDEV
fullwidth_halfwidth_converter v1.2.1
Package to provide conversion between fullwidth(全角) and halfwidth(半角) in Japanese.
PUBDEV
duskmoon_theme v1.0.1
DuskMoon Design System theme for Flutter — codegen-driven, zero dependencies
REDDIT
Where Are All the Flutter Remote Roles Hiding?
Hey everyone, Iâm a Flutter Lead with ~7 years of experience (mostly in fintech/trading apps). Iâm currently still employed, but Iâve been actively looking for a well-paying remote role for the ...
DEVTO
The Context Behind the Context: How Flutter Navigation Really Works
Have you ever wondered how navigation works in Flutter? I mean, you've typed Navigator.of(context).push(...) dozens of times. It works, you ship it, you move on. But have you ever stopped to ask, how ...
PUBDEV
flutter_map_sld v0.1.0
Parse, validate, and use OGC Styled Layer Descriptor (SLD) and Symbology Encoding (SE) styles in Dart. Raster-first, pure Dart, no Flutter dependency.
PUBDEV
print_widget_flutter v0.2.1
Capture Flutter widgets and pages as PNG screenshots for visual verification. Designed for LLMs to generate, compare, and iterate on UI.
PUBDEV
searchlight_parsedoc v0.1.0
HTML and Markdown population helpers for Searchlight with Orama-style parsing and VM file support.
PUBDEV
device_info_plus v12.4.0
Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.
PUBDEV
connectivity_plus v7.1.0
Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
PUBDEV
connectivity_plus_platform_interface v2.1.0
A common platform interface for the connectivity_plus plugin.
PUBDEV
package_info_plus v9.0.1
Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
REDDIT
OWASP Top 10 For Flutter â M7: Insufficient Binary Protection in Flutter & Dart
In this seventh article, we focus on M7: Insufficient Binary Protection, a risk that doesn't hide in your code logic, network calls, or database queries. Instead, it targets something more fundamental...