Performance Monitoring
What does it do?
Firebase Performance Monitoring is a service that helps you to gain insight into the performance characteristics of your iOS, Android, and web apps.
Installation
- Legacy
- Null safety
1. Add dependency
- Legacy
- Null safety
pubspec.yaml
dependencies:
flutter:
sdk: flutter
firebase_core: "^0.7.0"
firebase_performance: "^0.5.0+1"
2. Download dependency
$ flutter pub get
3. (Web Only) Add the SDK
Web is currently not supported. See the FlutterFire roadmap.
4. Rebuild your app
Once complete, rebuild your Flutter application:
$ flutter run
Next Steps
Once installed, you're ready to start using Performance Monitoring in your Flutter Project.
Additional documentation will be available once the Firebase Performance Monitoring plugin update lands as part of the FlutterFire roadmap.