PUBDEV
fp_growth v2.0.2
A high-performance Dart FP-Growth algorithm for frequent pattern mining and association rule learning, with CLI and CSV support.
REDDIT
[Package] native_workmanager v1.0.0 â Zero-overhead background tasks (Save ~50MB RAM per task)
Hi r/FlutterDev, I've just released v1.0.0 of native_workmanager. The Problem: Standard solutions like flutter_workmanager spin up a full Flutter Engine for every task. This costs 50-80MB RAM and 300-...
PUBDEV
orgbytes_auth_flutter v0.0.1
A stateless Flutter authentication package for OrgBytes. Handles authentication only - you control token storage.
REDDIT
Looking for recommendations: Breed-specific icon packs for a pet app ð¶ð±ð°
Hi everyone, Iâm currently working on a personal projectâa mobile app dedicated to pet care and management. I'm at the stage where I want to polish the UI, specifically for the profile creation sc...
PUBDEV
firewatch v0.1.4
Lightweight Firestore repositories for Flutter: single-doc and collection repos that react to auth, stream updates, and support live-window pagination.
PUBDEV
moment_dart v5.3.1
Multi-purpose immutable DateTime subclass. Supports multiple localizations to easily convert DateTime and Duration into human-readable format
PUBDEV
native_workmanager v1.0.0
Native background task manager for Flutter. Zero Flutter Engine overhead. 50MB less memory, 5x faster startup. Built on kmpworkmanager v2.3.1 (Android + iOS) with critical bug fixes, security hardenin...
REDDIT
About learn best practice for using flutter
Hi, How can I learn best practice of using flutter and make my code more clean and efficient? Any books or course or resources?
PUBDEV
telegram_ios_ui_kit v2.15.0
Telegram iOS-style Flutter UI Kit with theme tokens, chat widgets, settings cells, and ready-to-run examples.
PUBDEV
lb_iam v1.0.1
Logbot IAM service is responsible to manage: * Users * Groups * Organizations and subgroups * Roles and permissions
PUBDEV
developer_tools_local_auth v0.0.1
Local Auth integration for developer_tools. Check biometric support, view enrolled biometrics, test authentication, and copy auth status from the debug overlay.
PUBDEV
aura_sphere_360 v1.0.0
Immersive 360° panorama and video viewer for Flutter. Display spherical images and videos with touch controls, sensor controls, and smooth 30 FPS playback. Perfect for VR experiences and 360° media.
PUBDEV
smooth_avatar v0.0.2
A customizable fade-in circular avatar widget with animated loading, error handling and optional border.
PUBDEV
sandboxed_core v0.1.6
Core logic and utilities powering the Sandboxed UI development environment. Includes base classes and internal APIs.
REDDIT
State Machines
When I worked at Stadia - we had a hierarchical state machine library that we used for the out of box experience onboarding flow (multiple screens with custom backflow) and for the complex setup, test...
PUBDEV
timezone_country v1.0.0
Convert IANA timezones to ISO 3166-1 country codes and back. Country names, flag emoji, alpha-2/alpha-3 support. Pure Dart, zero dependencies, O(1) const-map lookups.