PUBDEV
actual_phone_state v0.0.1
Flutter plugin to get the current phone call state on Android and iOS.
PUBDEV
http_nexus v1.0.0
A lightweight but powerful HTTP client wrapper that simplifies API handling with automatic retries, error management, and network failure handling.
REDDIT
Cubit to Cubit communication made easy
Made a very simple event bus to help me with cubit to cubit communication, as it was always ugly to elevate a stream to the repository and keep track of. You subscribe with: onRefresh<Profile>(load); ...
REDDIT
My first Flutter dart package: Azure Speech to text
Hello! I've just released my first Dart/Flutter package: Azure STT Flutter, a library that provides real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services. You can find it her...
DEVTO
Stop Writing API Boilerplate in Flutter — Build a Production Ready API Client with Dio
Stop Writing API Boilerplate in Flutter — Build a Production-Ready API Client with Dio Every Flutter developer eventually faces the same problem when working with APIs. You start with a simple HTTP cl...
REDDIT
How do you cache network images in Flutter so they still load when the user is offline?
Hi everyone, Iâm working on a Flutter application where images are loaded from the network using URLs. I want to make sure that if a user opens the app once (with internet), the images are stored lo...
PUBDEV
gb_authentication_fire_social_google v4.0.0
A companion package to be used with 'gb_authentication_fire_social' package to provide Facebook authentication
PUBDEV
peckish_animated_hand_tutorial v1.0.3
A package to guide users through tutorials with animated hands.
PUBDEV
gb_authentication_fire_social_apple v4.0.0
A companion package to be used with 'gb_authentication_fire_social' package to provide Apple authentication
PUBDEV
extend_screen v0.1.0+1
A Flutter plugin for multi-window support on desktop (Windows, macOS, Linux) and dual-display / secondary-screen support on Android (POS devices).
PUBDEV
glass_liquid_navbar v0.1.0
A stunning iOS 26-inspired liquid glass bottom navigation bar for Flutter. Features buttery-smooth animations, real-time blur, frosted glass morphism, and fluid liquid transitions between tabs.
PUBDEV
cuid2 v4.1.0
A dart implementaion of the secure, collision-resistant ids optimized for horizontal scaling and performance (v2).
DEVTO
I Built a Flutter Package That Reads Credit Card Data via NFC — Here's How
A deep dive into building emv_nfc_reader, an open-source Flutter plugin that extracts card numbers, cardholder names, transaction history, and more from EMV chip cards using NFC. Have you ever wondere...
REDDIT
Best practices for building flutter bridges
What are the dos and don'ts when building a bridge between flutter dart and custom SDKs? If the answer is depends on SDK language/target OS then lets say Java and Android.
PUBDEV
tap_loader v1.0.0
A production-ready Flutter package providing a customizable button that automatically shows a loading indicator during async tasks.
REDDIT
sync_offline_requests: 1.1.1 - Open-source Flutter package for automatic offline API sync
One common problem in mobile apps is handling API requests when the user is offline. If the request fails because there is no internet, the data is lost unless you implement a queue system. So I built...
REDDIT
I learned flutter , what's next ?
Hi Flutter Developers, I have learned Flutter and mastered the basics, including: Widgets Packages Networking (APIs and local storage) State management (BLoC, Provider) What should I do next? Do you s...