PUBDEV
flutter_screentime v0.1.0
Flutter plugin for Screen Time style blocking with host-configured iOS extensions and configurable Android overlays.
PUBDEV
tutorial_overlay_flutter v1.0.0
A production-ready Flutter package for creating guided tutorial overlays, onboarding walkthroughs, and step-by-step UI showcases. Highly customizable with support for auto-scroll, persistence, custom ...
PUBDEV
pip_webrtc v0.0.1
A fork of pip plugin for Picture in Picture, tuned for WebRTC iOS video calls. Uses the video call PiP approach (initWithActiveVideoCallSourceView) compatible with .playAndRecord audio session.
PUBDEV
trueid_sdk v1.0.0
Flutter plugin for TrueID identity verification via Ghana Card (NIA). Captures selfie with face detection and verifies against NIA records.
PUBDEV
result_monad v3.0.2
A Dart implementation of the Result Monad which allows for more expressive result generation and processing without using exceptions.
PUBDEV
elastic_sheet v0.1.2
Elastic expand/collapse surface for Flutter with realistic showcase examples.
PUBDEV
accessibility_radar v0.1.0
Flutter DevTools extension that scans the live widget tree for accessibility: Semantics and related widgets, plus focus and keyboard plumbing.
PUBDEV
serinus_health_checks v1.0.0
A collection of health indicators for Serinus applications, including memory usage, disk space, HTTP connectivity, and Loxia datasource connectivity checks.
PUBDEV
cinetpay_flutter_sdk v1.0.0
Flutter SDK for CinetPay payments. Opens the CinetPay checkout page in a WebView and reports the payment result back to your app. The payment must be initialized on your backend first — this SDK only ...
PUBDEV
aws_request v2.0.0
Easily create, sign, and send API requests to AWS services without the hassle of implementing Signature Version 4.
PUBDEV
cloudx_flutter v2.2.3
Complete Flutter SDK wrapper for CloudX Core with targeting APIs and full ad lifecycle callbacks
REDDIT
I built a state management package for Flutter after getting frustrated with BLoC boilerplate â flutter_stasis
After years building fintech and healthtech apps with BLoC, MobX, and ValueNotifier, I kept running into the same issues: too many files, manual try/catch everywhere, and state that could be isLoading...
PUBDEV
flutter_asset_injector v1.0.1
A flutter package to automatically read your assets folder and add all directories to pubspec.yaml.
REDDIT
I built a state management package for Flutter after getting frustrated with BLoC boilerplate â flutter_stasis
After years building fintech and healthtech apps with BLoC, MobX, and ValueNotifier, I kept running into the same issues: too many files, manual try/catch everywhere, and state that could be isLoading...
PUBDEV
flutter_autopilot v0.0.2
An intelligent companion for automated end-to-end testing in Flutter, featuring a DevTools extension with a simple scripting syntax.
PUBDEV
flare_onboarding v1.0.0
Beautiful animated onboarding screens for Flutter with particle backgrounds, gradient transitions, and spring animations.
PUBDEV
flutter_stasis_dartz v1.0.0
dartz Either adapter for flutter_stasis. Bridges Future<Either<F, R>> use cases to StasisViewModel with zero boilerplate.
PUBDEV
flutter_stasis_test v1.0.0
Test helpers for flutter_stasis. captureStates, captureEvents, assertStateSequence and assertEventSequence.