PUBDEV
minadesign v0.1.0
Beautiful, highly customizable Flutter containers with dotted borders, 3D layered shadows, activity cards, tracker items, and task cards. Smooth RxDart-powered animations.
PUBDEV
font_face_observer v3.1.11
Font load events, simple, small and efficient. Dart port of https://github.com/bramstein/fontfaceobserver
PUBDEV
am_searchable_dropdown v1.0.0
A highly customizable searchable dropdown for Flutter, supporting single-select, multi-select with checkboxes, and radio-select. Supports local and server-side filtering.
PUBDEV
bangla_number_to_words v1.0.0
A pure Dart package to convert numbers and currency amounts into Bangla words using the Bangladeshi numbering system (শত, হাজার, লক্ষ, কোটি).
PUBDEV
firebase_dart_admin_auth_sdk v0.0.11
A Dart SDK for Firebase Admin Authentication, enabling secure server-side authentication and user management for Dart-based backend applications.
PUBDEV
flutter_material_design_icons v2.0.0+7447
This package provides over 7000+ material icons from the Material Design Icons (MDI) project.
PUBDEV
animated_carousel_slider v0.1.0
A reusable vertical stacked carousel slider widget for Flutter with smooth drag-based animations and a 3D depth effect. Supports infinite cyclic scrolling, customizable card height, animation duration...
PUBDEV
audio_waveform_recorder v0.1.0
Record audio with a real-time animated waveform visualiser. Playback with waveform scrubbing. Export to M4A/AAC/WAV/MP4. Zero heavy dependencies - pure Dart UI + native platform channels.
PUBDEV
dds v5.2.0
A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.
PUBDEV
rhttp_curl_logger v0.2.1+2
An interceptor for rhttp that prints the request as a single line cURL command
PUBDEV
string_extensions v0.8.2
Useful String extensions to save you time in production. Feel free to contribute with PR.
PUBDEV
dart_monty_bridge v0.3.0
High-level bridge layer for dart_monty. Host functions, event loop, plugin system.
DEVTO
How I achieved 120 FPS for complex dashboards in Flutter using pure math and CustomPainter
Beyond Standard Widgets: The Power of CustomPainter Most Flutter developers rely on heavy charting libraries. While they are great for simple use cases, they often become a bottleneck when you need to...
PUBDEV
struct_log v0.1.0
Structured logging for Dart with pluggable sinks, OpenTelemetry-compatible context (spanId/traceId), and zero Flutter dependency.