feat : live stock module
This commit is contained in:
16
pubspec.yaml
16
pubspec.yaml
@@ -24,6 +24,9 @@ dependencies:
|
||||
rasadyar_auth:
|
||||
path: ./packages/auth
|
||||
|
||||
rasadyar_livestock:
|
||||
path: ./packages/livestock
|
||||
|
||||
|
||||
|
||||
##code generation
|
||||
@@ -38,6 +41,7 @@ dev_dependencies:
|
||||
hive_ce_generator: ^1.9.1
|
||||
freezed: ^3.0.6
|
||||
json_serializable: ^6.9.4
|
||||
flutter_gen_runner: ^5.10.0
|
||||
|
||||
##test
|
||||
mocktail: ^1.0.4
|
||||
@@ -56,7 +60,19 @@ flutter:
|
||||
- assets/logos/
|
||||
- assets/vec/
|
||||
|
||||
|
||||
fonts:
|
||||
- family: yekan
|
||||
fonts:
|
||||
- asset: fonts/iranyekanregularfanum.ttf
|
||||
|
||||
|
||||
flutter_gen:
|
||||
output: packages/core/lib/presentation/common
|
||||
line_length: 120
|
||||
# Optional
|
||||
integrations:
|
||||
image: true
|
||||
flutter_svg: true
|
||||
rive: false
|
||||
lottie: false
|
||||
|
||||
Reference in New Issue
Block a user