PUBDEV
flutter_screenguard v2.0.0
A Native screenshot blocking library for Flutter developer, with background customizable after captured. Screenshot detector are also supported.
PUBDEV
lcov_parser v0.1.3
A Dart package that parses LCOV coverage files into structured records, providing easy access to line, branch, and function coverage data.
PUBDEV
flagship v4.0.4
Flutter SDK for Flagship Feature management & Experiment platform for modern engineering and product teams
PUBDEV
flusbserial v0.3.2
A cross-platform USB serial plugin for Flutter desktop apps (Windows, Linux, macOS).
DEVTO
Custom Report Writing Service UK
Custom Report Writing Service UK https://www.assignmentwriter.co.uk/services/report-writing/ Report writing is a difficult task to do. The overall assessment of the student’s characteristics depends o...
DEVTO
I Built a Free, Offline Invoice App with Flutter - No Cloud, No Subscription, No BS
Every time I needed to invoice a client, I ran into the same wall: every decent invoice tool either locks your data in the cloud, wants a monthly subscription, or both. I just wanted something that wo...
PUBDEV
multi_i18n v0.0.2
A Flutter package for managing multiple independent i18n translation contexts per package or module, without relying on flutter_i18n as a runtime dependency.
PUBDEV
timezone_utils v0.0.1
A lightweight, zero-dependency UTC-first utility class for safe timezone operations. Provides expiry checks, time differences, day/hour calculations, and migration helpers.
PUBDEV
fluent2ui v9.0.0
A robust Fluent2 Material-based design system for seamless and intuitive user experiences.
PUBDEV
android_media_store v0.0.3
A modern Flutter plugin for safe Android MediaStore and Scoped Storage management. Handles content:// URIs, large file streaming, and automatic permissions.
PUBDEV
hydrated_mobx v1.1.3
An extension to the MobX state management library which automatically persists and restores MobX states.
PUBDEV
encatch_flutter v1.0.0-beta.1
Encatch Flutter SDK for in-app feedback and survey collection. Full feature parity with the Encatch React Native SDK.
PUBDEV
iconify_sdk_cli v0.1.0
Command-line tool for the Iconify SDK. Downloads icon sets and generates Dart code from your iconify.yaml configuration.
PUBDEV
thumbmark_android_flutter v0.0.1
A Flutter plugin using thumbmark-android for generating device fingerprints on Android. This plugin provides different levels of volatility to balance between device uniqueness and stability.
DEVTO
Flutter Android compile toolchain 版本相容性
每次升級 Flutter 專案的 Android compile toolchain,都要在 Gradle、AGP、Kotlin、JDK 這四個東西之間抓交集,版本一個沒對上就是滿滿的紅字。這篇把我查過的版本搭配關係整理起來,每次要升級的時候可以參考。 目前建議的版本組合(2026-03) 先講結論,目前 Flutter 專案用這組是最穩的: 套件 建議版本 說明 AGP 8.10.0 Flutt...