PUBDEV
hackle v2.28.0
Flutter SDK for Hackle. Supports A/B Testing, Feature Flags, Remote Configs, and Analytics.
PUBDEV
tanzmed_flutter_ui v0.0.1
A collection of reusable UI components and themes for Tanzmed mobile applications.
PUBDEV
regal v3.8.2
ATOA Design System which is used in all the Flutter Atoa products. It makes the theming and tracking events easy.
PUBDEV
mind_map_flutter v1.0.1
A powerful, feature-rich mind mapping library for Flutter. Create interactive, customizable mind maps with drag-and-drop, undo/redo, themes, and export to PNG/JSON.
PUBDEV
nocterm_bloc v1.0.0
Terminal-friendly Bloc & Cubit helpers for nocterm.dev and related CLI apps.
REDDIT
The engineering behind Flutter: Dartâs Dual-Compiler Architecture (JIT vs AOT)
Most languages force a trade-off: Fast iteration (JavaScript) vs. Native performance (C++/Swift). Dart chose both by using two completely different compilers depending on your phase: 1. During Develop...
PUBDEV
flutter_video_caching v1.0.0
Video caching, can use with video_player package. It supports formats like m3u8 and mp4, play and cache videos simultaneously, precache the video before playing.
PUBDEV
just_tooltip v0.1.0
A customizable Flutter tooltip with directional placement (top/bottom/left/right), fine-grained alignment (start/center/end), hover & tap triggers, programmatic controller, fade animation, and RTL sup...
PUBDEV
smart_logs v1.1.1
Smart logs is a package which can be use to log any type of message, exception, stack trace.
PUBDEV
petalmaps_ohos v0.0.1
Flutter 花瓣地图(PetalMaps)插件,支持 HarmonyOS/OpenHarmony。调起地图首页、地点搜索、地点详情、路线规划、导航、打车等能力。
REDDIT
Is adding a retry interceptor smart?
Hey devs, Just wanted to share something which i tangled recently. I used dio_retry to handle flaky networks, thinking it will improve the UX. But I guess it was dangerous. The scenario which created ...