logo, fonts, firebase analytic
This commit is contained in:
@@ -27,6 +27,8 @@ dependencies:
|
||||
freezed_annotation: ^2.4.1
|
||||
json_annotation: ^4.9.0
|
||||
shared_preferences: ^2.5.3
|
||||
firebase_core: ^4.2.0
|
||||
firebase_crashlytics: ^5.0.3
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -49,6 +51,19 @@ flutter:
|
||||
- assets/icons/
|
||||
- assets/fonts/
|
||||
- assets/json/
|
||||
fonts:
|
||||
- family: Quicksand
|
||||
fonts:
|
||||
- asset: assets/fonts/quicksand/Quicksand-Light.ttf
|
||||
weight: 300
|
||||
- asset: assets/fonts/quicksand/Quicksand-Regular.ttf
|
||||
weight: 400
|
||||
- asset: assets/fonts/quicksand/Quicksand-Medium.ttf
|
||||
weight: 500
|
||||
- asset: assets/fonts/quicksand/Quicksand-SemiBold.ttf
|
||||
weight: 600
|
||||
- asset: assets/fonts/quicksand/Quicksand-Bold.ttf
|
||||
weight: 700
|
||||
|
||||
flutter_gen:
|
||||
output: lib/presentation/components/assets/
|
||||
|
||||
Reference in New Issue
Block a user