34 lines
708 B
YAML
34 lines
708 B
YAML
name: wyatt_authentication_example
|
|
description: A new Flutter project.
|
|
version: 1.0.0
|
|
|
|
publish_to: "none"
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter: { sdk: flutter }
|
|
|
|
firebase_auth: ^4.14.1
|
|
firebase_core: ^2.27.2
|
|
supabase_flutter: ^2.3.4
|
|
|
|
wyatt_authentication:
|
|
path: "../"
|
|
wyatt_authentication_firebase:
|
|
path: "../wyatt_authentication_firebase"
|
|
wyatt_authentication_supabase:
|
|
path: "../wyatt_authentication_supabase"
|
|
|
|
dev_dependencies:
|
|
flutter_test: { sdk: flutter }
|
|
|
|
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
|