otel_flutter_riverpod 0.1.0-beta.1
otel_flutter_riverpod: ^0.1.0-beta.1 copied to clipboard
Flutter overlay for `otel_riverpod`. Re-exports the OTel provider observer and adds an `OTelProviderScope` widget that installs it on the root container with one line.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0-beta.1 - 2026-05-16 #
Added #
OTelProviderScope— aProviderScopethat auto-installs anOTelRiverpodObserveron the root container. The observer is built once ininitStateso it survives widget rebuilds.- Re-exports
OTelRiverpodObserverandRiverpodSemanticsfromdartastic_riverpod_otelso Flutter apps only need one dependency on the Pro Riverpod integration. - Targets
flutter_riverpod: ^3.0.0.