firebase_performance 0.3.0+4 firebase_performance: ^0.3.0+4 copied to clipboard
Flutter plugin for Google Performance Monitoring for Firebase, an app measurement solution that monitors traces and HTTP/S network requests on Android and iOS.
0.3.0+4 #
- Update google-services Android gradle plugin to 4.3.0 in documentation and examples.
0.3.0+3 #
- Fix bug that caused
invokeMethod
to fail with Dart code obfuscation
0.3.0+2 #
- Fix bug preventing this plugin from working with hot restart.
0.3.0+1 #
- Automatically use version from pubspec.yaml when reporting usage to Firebase.
0.3.0 #
- Breaking Change Removed
Trace.incrementCounter
. Please useTrace.incrementMetric
. - Assertion errors are no longer thrown for incorrect input for
Trace
s andHttpMetric
s. - You can now get entire list of attributes from
Trace
andHttpMetric
withgetAttributes()
. - Added access to
Trace
valuename
. - Added access to
HttpMetric
valuesurl
andHttpMethod
.
0.2.0 #
- Update Android dependencies to latest.
0.1.1 #
- Deprecate
Trace.incrementCounter
and addTrace.incrementMetric
. - Additional integration testing.
0.1.0+4 #
- Remove deprecated methods for iOS.
- Fix bug where
Trace
attributes were not set correctly.
0.1.0+3 #
- Log messages about automatic configuration of the default app are now less confusing.
0.1.0+2 #
- Fixed bug where
Traces
andHttpMetrics
weren't being passed to Firebase on iOS.
0.1.0+1 #
- Log a more detailed warning at build time about the previous AndroidX migration.
0.1.0 #
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
0.0.8+1 #
- Bump Android dependencies to latest.
0.0.8 #
- Set http version to be compatible with flutter_test.
0.0.7 #
- Added missing http package dependency.
0.0.6 #
- Bump Android and Firebase dependency versions.
0.0.5 #
Added comments explaining the time it takes to see performance results.
0.0.4 #
- Formatted code, updated comments, and removed unnecessary files.
0.0.3 #
- Updated Gradle tooling to match Android Studio 3.1.2.
0.0.2 #
- Added HttpMetric for monitoring for specific network requests.
0.0.1 #
- Initial Release.