DEVTO
In the AI Era, The Real Skill Is Not Overthinking
This article is 1st part of the Thinking in the AI Era series, where we explore clarity, focus, and building in a world full of digital noise. A few years ago, choosing a skill felt simple. You picked...
PUBDEV
equatable_lint_x v0.4.0
This is a set of rules to make classes using Equatable more maintainable. We make sure here that every fields in an Equatable class is linked to the Equatable props getter.
PUBDEV
offline_tiles v0.1.0
Offline tile management for Flutter navigation maps with MBTiles-backed local fallback. Includes coverage tiers, runtime tile resolution, and a Flutter tile provider with pure Dart _core models.
PUBDEV
routing_bloc v0.1.0
Engine-agnostic route lifecycle state machine and glanceable route progress UI for driver-assisting navigation. Flutter package with pure Dart _core exports for routing state and route progress status...
PUBDEV
map_viewport_bloc v0.1.0
Declarative map viewport state machine for driver-assisting navigation. Flutter package with pure Dart _core models for camera modes, layer types, and Z-order constants.
PUBDEV
navigation_safety v0.1.0
Safety-focused navigation session state machine and always-on-top alert overlay for driver-assisting navigation. Flutter package with pure Dart _core models for SafetyScore, AlertSeverity, and thresho...
PUBDEV
flutter_translate_kit v0.0.1
A complete Flutter localization toolkit — zero config, offline-first, on-device ML translation with a built-in CLI that auto-wraps your entire app. No API keys. No .arb files. Works out of the box.
PUBDEV
gcloud_speech v1.0.4
A comprehensive Flutter package for Google Cloud Speech-to-Text. Supports audio recording (start / pause / resume / stop), real-time streaming transcription, and post-recording batch transcription wit...
PUBDEV
custom_masonry_grid v1.0.0
A lightweight, reusable custom masonry grid for Flutter gallery without any external dependencies.
PUBDEV
async_wallpaper v3.0.0
Set wallpapers on Android asynchronously. Also supports video live wallpapers.
PUBDEV
admel_sdk v1.0.1
AdMel SDK for Flutter - Audio advertisement plugin with banner display, VAST support, mute detection, and auto-refresh.
PUBDEV
igloo_dio_logger v1.0.0
A beautiful HTTP request/response logger for Dio with ANSI colors, emojis, and advanced filtering options.
PUBDEV
controller_builder v1.1.0
Widget for abstracting initializing and disposing TextEditingController, ChangeNotifiers, etc.
PUBDEV
versionarte v2.0.4
Force update, show update indicator and disable the app for maintenance with total freedom over the UI.
DEVTO
Flutter Localization Done Right: ARB Files, Pluralization, and Automated Translations
Flutter’s built-in localization system uses Application Resource Bundle (ARB) files and the intl package to deliver fully native experiences in any language. This guide covers everything from project ...