feat : live stock module

This commit is contained in:
2025-05-19 16:17:01 +03:30
parent 905e407ccd
commit 7f72f2c70d
6 changed files with 63 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
name: livestock
name: rasadyar_livestock
description: A starting point for Dart libraries or applications.
version: 1.0.0
publish_to: 'none'
@@ -9,9 +9,12 @@ environment:
dependencies:
flutter:
sdk: flutter
rasadyar_core:
path: ../core
rasadyar_auth:
path: ../auth
##code generation
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0
@@ -31,7 +34,4 @@ dev_dependencies:
mocktail: ^1.0.4
get_test: ^4.0.1
flutter:
uses-material-design: true