apm_mobileapm_flutter_plugin 1.1.0
apm_mobileapm_flutter_plugin: ^1.1.0 copied to clipboard
Site24x7 Plugin to Monitor Mobile Applications using Flutter Framework
1.1.0 #
Features #
- Screens (along with load times).
- Site24x7 Navigator Observer.
- Network Monitoring Support:
- HTTP client.
- Dio Package.
- Crashlytics:
- Async Exceptions.
- Non-Async Exceptions.
- User Sessions.
Usage #
import 'package:apm_mobileapm_flutter_plugin/site24x7_flutter_plugin.dart';
Bug Fixes #
- Fixed Dart SDK version constraint in example app to support Dart 3.8.1+
- Downgraded example app environment requirement from
^3.11.0to>=3.8.1 <4.0.0for backward compatibility - Fixed URL sanitization to strip query parameters for cleaner screen names
- Added URL length truncation (200 chars max) to ensure iOS compatibility with server-side limits
Dependencies #
- stack_trace
- dio
- http
- Updated Android Mobile APM SDK to 2.2.4
Documentation #
- Added comprehensive system requirements documentation
- Created SYSTEM_REQUIREMENTS.md with detailed setup instructions
- Added Android minSdkVersion 21 requirements to README
- Added support for Xcode 16.1, CocoaPods 1.16.2, and Android SDK 35.0.1
- Documented support for MVC and other application architectures
- Added troubleshooting guide for common setup issues