REDDIT
What commenting rules should we follow in Flutter to maintain clean code?
Iâve been trying to follow the clean code idea that good variable and function names should make most comments unnecessary. if (user.hasCompletedOnboarding) The intent is clear without adding a comm...
PUBDEV
firebase_github_updater v0.0.4
A Flutter package for automatic app updates via Firebase Firestore and GitHub releases with beautiful UI.
DEVTO
Omega Architecture
Omega Architecture: The Nervous System for Your Flutter Apps By Yeferson Segura If you have felt that BLoC or Riverpod tie you to the UI, that navigation and business logic get mixed up, or that in la...
PUBDEV
flutter_smart_dialog v5.0.0
An elegant Flutter Dialog solution, Easily implement Toast, Loading and custom Dialog, Make the use of the dialog easier!
PUBDEV
prayer_timetable v2.2.6
Comprehensive Dart library for Islamic prayer time calculations with multiple methods, jamaah time management, timezone support, and Hijri calendar integration.
REDDIT
Handling a zero-copy image pipeline with Flutter FFI + C++ without the phone lagging or performance loss.
Hi , Iâm a dev with about 3 years in JS/Node/React and Iâm just now learning Flutter for a project that needs real-time 4K image analysis. Iâm moving my heavy logic to C++ via Dart FFI since the...
PUBDEV
levee v1.0.0
A lean, backend-agnostic pagination engine for Flutter with cache-first support, filtering, sorting, and retry policies.
PUBDEV
flutter_query v0.7.0
Fetch, cache, and sync server data with automatic state management and background updates, inspired by TanStack Query.
PUBDEV
admesh_flutter_ui_sdk v0.1.0
Flutter SDK for AdMesh recommendations with native widgets, tracking, and theming.
PUBDEV
pdf_kit_editor v0.1.2
A powerful visual PDF template builder for Flutter. Create receipts, documents, and reports with a drag-and-drop-like experience, supporting custom layouts, Google Fonts, and dynamic data.
REDDIT
Rebuilding My Android App in Flutter to Support iOS â Curious About Othersâ Experience
I recently made a pretty big decision in my current project. I originally built my app natively for Android using Kotlin. The MVP was working, but while thinking about distribution and future growth, ...
DEVTO
Vibe Coding Will Make You Feel Like a God. Then It Won’t.
I’m a PHP backend developer. For years I had this quiet frustration: I could build anything on the web, but I’d never built software. A real app. Something you install, something that runs on your pho...
PUBDEV
youverify_liveness_sdk v0.0.1
A Flutter plugin for YouVerify's KYC Liveness SDK — supports real-time liveness detection on Android and iOS via Flutter Method Channels.
PUBDEV
glass_bottom_navigation v0.1.0
A customizable frosted glass bottom navigation bar with optional search action.
PUBDEV
kite v0.0.1-dev.1
A lightweight Flutter CLI tool to create projects, scaffold architecture, generate boilerplate code, and manage dependencies for faster Flutter development.
REDDIT
Running On-Device ML in a Flutter App: Why Android Takes 5x the Effort
Built an app that runs a YOLO neural network entirely on-device to scan your camera roll for explicit images â no uploads, full privacy. iOS took 2 days. Android took 3 months. Wrote up everything t...
PUBDEV
mwidgets v1.3.7
Contains a custom widgets like MText, MDropdown, MFileImage, MNetworkImage, MLottie, MSvg, MBouncingButton others