PUBDEV
flutter_debounce_throttle_hooks v2.4.3
Flutter Hooks integration for flutter_debounce_throttle. Auto-dispose debounce and throttle controllers with HookWidget.
PUBDEV
flutter_debounce_throttle v2.4.3
Debounce and throttle for Flutter. Prevent double-tap, button spam, and memory leaks. Zero dependencies, widgets, async support, and auto-lifecycle management.
PUBDEV
dart_debounce_throttle v2.4.3
Debounce, throttle, and rate limiting for Pure Dart. Zero dependencies, async support, batch processing, and distributed rate limiting.
REDDIT
The official Material package has been released!
The official Material package has been released! cupertino_ui is also available! The separation from Flutter is finally beginningâ¼ï¸ https://pub.dev/packages/material_ui
PUBDEV
flutter_debug_trinity v0.1.0
Unified crash recovery (recoverable_app), explainable UI decisions (ui_explainer), and root-cause causality tracing (causality_flutter) — all sharing one event graph.
PUBDEV
unmaterialistic v0.0.3
A custom_lint for warning you against using 'package:flutter/material.dart'.
PUBDEV
advanced_api_client v0.0.1
A Flutter package to simplify API requests, including RESTful CRUD, file uploads, and pagination.
PUBDEV
smart_utils_plus v1.2.0
A comprehensive Flutter utility package providing essential helper classes for date/time manipulation, string operations, device information, logging, widget utilities, number formatting, and responsi...
PUBDEV
dart_frog_gen v2.1.0
Code generation tooling for Dart Frog — a fast, minimalistic backend framework for Dart.
REDDIT
I really appreciate how explicit and syntactic sugar free Dart and Flutter are
I'm trying to get better at native platforms after a while of Dart and Flutter, so I've been taking a stab after SwiftUI. And while very nice syntactically, I'm kind of frustrated at how much syntacti...
PUBDEV
synheart_session v0.1.0
Flutter SDK for Synheart Session — stream-based session API with typed events for HR metrics and behavioral signals.
PUBDEV
page_turn_animation v0.1.0
A Flutter package that provides a realistic page turn/curl animation effect for transitioning between content using captured images.
PUBDEV
kitty_protocol v1.1.0
Dart implementation of the Kitty Protocol for terminal emulators. Supports keyboard and graphics protocols.
PUBDEV
vault_storage v3.1.0
A package for secure key-value and file storage using Hive and flutter_secure_storage.
REDDIT
When did building responsive and adaptive widgets click for you?
Iâve been learning flutter recently and Iâm working on a calculator app for practice. Iâm trying to build it with responsive widgets so that it can work with any screen size but Iâm really hav...
REDDIT
Immersive flutter apps on the Apple vision pro?
It seems like Flutter for vision pro is just limited to rendering in an iPad window. I have been building a card game (open face chinese poker) which is basically three-board solitaire poker. I though...