diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-05 05:24:13 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-05 05:24:13 +0200 |
commit | 29e9e7f1e428ef946ca8cd46fdd891efb659f98c (patch) | |
tree | b617226c34f07834ac319e5012402df9e4cdce66 /client_app_flutter/pubspec.lock | |
parent | c2b4fccc4dd0a7087e7d0dfd2d6cf9ca31bbb775 (diff) |
Added logic with Firebase and the supplied lib for RTDB
- (Real Time Database)
Changes to be committed:
modified: client_app_flutter/lib/main.dart
modified: client_app_flutter/pubspec.lock
modified: client_app_flutter/pubspec.yaml
Diffstat (limited to 'client_app_flutter/pubspec.lock')
-rw-r--r-- | client_app_flutter/pubspec.lock | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/client_app_flutter/pubspec.lock b/client_app_flutter/pubspec.lock index b796c5a..eb82657 100644 --- a/client_app_flutter/pubspec.lock +++ b/client_app_flutter/pubspec.lock @@ -1,6 +1,14 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: + _flutterfire_internals: + dependency: transitive + description: + name: _flutterfire_internals + sha256: "5dadadeecceac19d6a63c9d2e037bb8df58ddd4aedb94e8a056af2f39ee50f9d" + url: "https://pub.dev" + source: hosted + version: "1.3.11" async: dependency: transitive description: @@ -81,6 +89,30 @@ packages: url: "https://pub.dev" source: hosted version: "2.8.1" + firebase_database: + dependency: "direct main" + description: + name: firebase_database + sha256: "69173b20210c67965407f60bf6842af09fc7a43be6cb0e0fa922ea16ea71ee2c" + url: "https://pub.dev" + source: hosted + version: "10.3.3" + firebase_database_platform_interface: + dependency: transitive + description: + name: firebase_database_platform_interface + sha256: "8bf23132981a09798963f2ffab97ccd651c1c45aa4c0891dd2dd9007b390fb7d" + url: "https://pub.dev" + source: hosted + version: "0.2.5+11" + firebase_database_web: + dependency: transitive + description: + name: firebase_database_web + sha256: "6b3c6d4b0194678b857233f04f53c3c90178495091e5cde4ed37f9ca4ca023f2" + url: "https://pub.dev" + source: hosted + version: "0.2.3+11" flutter: dependency: "direct main" description: flutter |