fix : core local method
This commit is contained in:
35
packages/auth/pubspec.yaml
Normal file
35
packages/auth/pubspec.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
name: auths
|
||||
description: "A new Flutter project."
|
||||
version: 0.0.1
|
||||
publish_to: 'none'
|
||||
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.2
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
rasadyar_core:
|
||||
path: ../core
|
||||
##code generation
|
||||
freezed_annotation: ^3.0.0
|
||||
json_annotation: ^4.9.0
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^5.0.0
|
||||
##code generation
|
||||
build_runner: ^2.4.15
|
||||
hive_ce_generator: ^1.9.1
|
||||
freezed: ^3.0.6
|
||||
json_serializable: ^6.9.4
|
||||
|
||||
##test
|
||||
mocktail: ^1.0.4
|
||||
get_test: ^4.0.1
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user