firebase_performance 0.3.0 copy "firebase_performance: ^0.3.0" to clipboard
firebase_performance: ^0.3.0 copied to clipboard

outdated

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 #

  • Breaking Change Removed Trace.incrementCounter. Please use Trace.incrementMetric.
  • Assertion errors are no longer thrown for incorrect input for Traces and HttpMetrics.
  • You can now get entire list of attributes from Trace and HttpMetric with getAttributes().
  • Added access to Trace value name.
  • Added access to HttpMetric values url and HttpMethod.

0.2.0 #

  • Update Android dependencies to latest.

0.1.1 #

  • Deprecate Trace.incrementCounter and add Trace.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 and HttpMetrics 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.
201
likes
0
pub points
99%
popularity

Publisher

verified publisherfirebase.google.com

Flutter plugin for Google Performance Monitoring for Firebase, an app measurement solution that monitors traces and HTTP/S network requests on Android and iOS.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on firebase_performance