atatus_flutter_plugin
Flutter bindings and tools for utilizing atatus Mobile SDks
What this package is like to depend on
Last release 16 days ago
08 Aug 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Aug 2026 to Aug 2026Releases
latest 4-
1.0.408 Aug 2026Release notes
Open source →- Fixed Android release builds stripping the native SDK symbols this plugin
resolves reflectively. Flutter's Gradle plugin force-enables R8 for the
release build type, so
flutter build apk --releaseminified away names thatflutter runleft intact.consumer-rules.pronow keeps every symbol the plugin looks up by name, includingAtatusSite(custom endpoint), the RUM event model accessors, and the shutdown flush hook. AtatusConfiguration.customEndpointis applied again in release builds; it was silently ignored after minification renamed the fields behind it.- Hardened the reflection guards against R8 damage. They caught
Exception, which does not coverNoSuchMethodError/NoClassDefFoundError, so a stripped symbol could escape as an unhandledErrorand terminate the host app instead of degrading telemetry. They now catchThrowable, and the previously unguarded shutdown path is wrapped as well.
- Fixed Android release builds stripping the native SDK symbols this plugin
resolves reflectively. Flutter's Gradle plugin force-enables R8 for the
release build type, so
-
1.0.307 Aug 2026 -
1.0.107 Aug 2026 -
1.0.007 Aug 2026Release notes
Open source →- Initial release of
atatus_flutter_plugin. - Real User Monitoring (RUM) support for Flutter applications.
- Support for Log Management, Error Tracking, Mobile Vitals, and Custom Events.
- Automatic view and network resource tracking.
- Initial release of