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.
PUBDEV
flutter_stasis v1.0.0
State management for Flutter built around explicit lifecycle, standardised async execution, and ephemeral UI events.
PUBDEV
flutter_stasis_core v1.0.0
Pure Dart core of the Stasis ecosystem. StateObject, ViewModelState, Command, CommandPolicy and CommandResult — no Flutter, no third-party dependencies.
PUBDEV
flare_validator v1.0.0
A powerful, chainable input validator for Flutter with email, phone, password strength, URL, and credit card support.