Overview
stacked_crashlytics is a Flutter package that integrates Crashlytics into your app, offering a dedicated service for crash reporting and log output. It simplifies error tracking by automatically capturing unhandled exceptions and sending them to Crashlytics. The package also provides a structured logging mechanism, enabling developers to send custom logs with context. Designed for seamless use within the Stacked framework ecosystem, it enhances debugging and monitoring across Android, iOS, and macOS platforms.
Use cases
- Real-time crash monitoring
- Application error tracking
- Debugging with contextual logs
- Integration with Stacked framework
- Cross-platform crash reporting
Key features
- Built-in Crashlytics service
- Structured log output
- Automatic exception capture
- Support for Android, iOS, macOS
- Easy integration with Stacked architecture
Suitable for
- Flutter apps using Stacked framework
- Teams prioritizing crash analytics
- Developers needing cross-platform crash reporting
- Apps requiring detailed logging
- Projects focused on performance and stability
Considerations
- Requires Crashlytics setup in Firebase
- Limited to Stacked ecosystem users
- Needs Firebase configuration
- May require additional dependency management
- Not standalone without Stacked components