mirror of https://github.com/flutter/pinball.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
357 B
20 lines
357 B
name: authentication_repository
|
|
description: Repository to manage user authentication.
|
|
version: 1.0.0+1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: "^3.4.3"
|
|
|
|
dependencies:
|
|
firebase_auth: ^5.1.1
|
|
firebase_core: ^3.1.1
|
|
flutter:
|
|
sdk: flutter
|
|
intl: ^0.19.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
mocktail: ^1.0.4
|
|
very_good_analysis: ^6.0.0 |