diff options
author | Iván Ávalos <avalos@disroot.org> | 2023-03-26 21:04:58 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2023-03-26 21:04:58 -0600 |
commit | 4b7d33896879baba1435281f814766a80fbeecb2 (patch) | |
tree | 9cc37361f5a8ccffa5a4c4da20120b54b1649d69 /pubspec.yaml | |
parent | 68d54a5660e1c6651a604b078e78a2658ca61ea1 (diff) | |
download | pmsna1-4b7d33896879baba1435281f814766a80fbeecb2.tar.gz pmsna1-4b7d33896879baba1435281f814766a80fbeecb2.tar.bz2 pmsna1-4b7d33896879baba1435281f814766a80fbeecb2.zip |
Added popular movies screen and Firebase support
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index f31d24f..5698e57 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,6 +20,9 @@ dependencies: concentric_transition: ^1.0.3 lottie: ^2.2.0 shared_preferences: ^2.0.18 + http: ^0.13.5 + firebase_core: ^2.8.0 + firebase_auth: ^4.3.0 dev_dependencies: flutter_test: |