30 lines
682 B
YAML
30 lines
682 B
YAML
name: wyatt_authentication_firebase
|
|
description: Authentication.
|
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication
|
|
version: 1.0.0
|
|
|
|
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
firebase_auth: ^4.14.1
|
|
flutter: { sdk: flutter }
|
|
|
|
wyatt_authentication:
|
|
path: ../
|
|
|
|
dev_dependencies:
|
|
flutter_test: { sdk: flutter }
|
|
|
|
dart_code_linter: ^1.1.1
|
|
|
|
wyatt_analysis:
|
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
|
version: ^2.6.1
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
uses-material-design: true
|