Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
sha256: cd83f7d6bd4e4c0b0b4fef802e8796784032e1cc23d7b0e982cf5d05d9bbe182
sha256: afe15ce18a287d2f89da95566e62892df339b1936bbe9b83587df45b944ee72a
url: "https://pub.dev"
source: hosted
version: "1.3.66"
version: "1.3.67"
adaptive_number:
dependency: transitive
description:
Expand Down Expand Up @@ -461,34 +461,34 @@ packages:
dependency: "direct main"
description:
name: firebase_analytics
sha256: "91e2739bad690da2826c0cd5b28328fd15fb87adf54634cded703f34fd797a81"
sha256: "8170273394694efdf567e7e30c26457ff346377a52eb679c278f97b36b786d70"
url: "https://pub.dev"
source: hosted
version: "12.1.1"
version: "12.1.3"
firebase_analytics_platform_interface:
dependency: transitive
description:
name: firebase_analytics_platform_interface
sha256: "62fd3f27f342c898bd819fb97fa87c0b971e9fbe03357477282c0e14e1a40c3c"
sha256: "2c25cd85f640a47fcc15e970a04a50470f0a4d0e76f23c5bc5ec93a3d48d8775"
url: "https://pub.dev"
source: hosted
version: "5.0.6"
version: "5.0.7"
firebase_analytics_web:
dependency: transitive
description:
name: firebase_analytics_web
sha256: "8fc488bb008439fc3b850cfac892dec1ff4cd438eee44438919a14c5e61b9828"
sha256: e0eb2b21eccb18109af2c1d3154f9e69b45abf4816e3290a6251008e0503aca9
url: "https://pub.dev"
source: hosted
version: "0.6.1+2"
version: "0.6.1+3"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
sha256: "923085c881663ef685269b013e241b428e1fb03cdd0ebde265d9b40ff18abf80"
sha256: f0997fee80fbb6d2c658c5b88ae87ba1f9506b5b37126db64fc2e75d8e977fbb
url: "https://pub.dev"
source: hosted
version: "4.4.0"
version: "4.5.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -501,10 +501,10 @@ packages:
dependency: transitive
description:
name: firebase_core_web
sha256: "83e7356c704131ca4d8d8dd57e360d8acecbca38b1a3705c7ae46cc34c708084"
sha256: "856ca92bf2d75a63761286ab8e791bda3a85184c2b641764433b619647acfca6"
url: "https://pub.dev"
source: hosted
version: "3.4.0"
version: "3.5.0"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -891,10 +891,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
url: "https://pub.dev"
source: hosted
version: "0.12.18"
version: "0.12.19"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -1536,10 +1536,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
url: "https://pub.dev"
source: hosted
version: "0.7.9"
version: "0.7.10"
timing:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies:

# Firebase
firebase_core: ^4.4.0
firebase_analytics: ^12.1.1
firebase_analytics: ^12.1.3

# Audio Recording & Streaming
record: ^6.1.2
Expand Down
Loading