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...
PUBDEV
smart_dev_pinning_plugin v3.0.0
This plugin creates a secure native TLS connection to execute HTTP requests with certificate pinning.
PUBDEV
feature_folder_cli_plus v2.0.0
CLI utility that generates a folder structure to reduce the repetitive work required to setup directories for models, services, repositories, screens and widgets.
PUBDEV
msgpack_stream v1.1.0
A fast and efficient MessagePack implementation for Dart with streaming support
PUBDEV
mediapod_flutter v1.1.0
Flutter widgets for Mediapod - a self-hosted media service. Upload, display, and manage media assets with imgproxy optimization and HLS video streaming. Deploy the backend with Docker, integrate seaml...
PUBDEV
whatsapp_direct_send v0.1.0
A Flutter plugin to send text messages and/or images directly to a WhatsApp contact on Android via ACTION_SEND intents.
PUBDEV
better_future v2.0.1
Advanced asynchronous orchestration with named results, and automatic dependency management and cleanup.
DEVTO
Flutter Sticky Bottom Button: Beyond the FloatingActionButton
Flutter gives us the FloatingActionButton, and don’t get me wrong, it’s great. But sometimes… it’s just not enough. Sometimes we want more control over how and when a button appears. Maybe we want it ...