chore: update devtools options to include new extensions, increment package versions, and refactor authentication logic for improved user experience
This commit is contained in:
12
pubspec.yaml
12
pubspec.yaml
@@ -1,10 +1,10 @@
|
||||
name: rasadyar_app
|
||||
description: "A new Flutter project."
|
||||
publish_to: 'none'
|
||||
publish_to: "none"
|
||||
version: 1.3.36+32
|
||||
|
||||
environment:
|
||||
sdk: ^3.9.2
|
||||
sdk: ^3.10.0
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
@@ -26,7 +26,6 @@ dependencies:
|
||||
rasadyar_chicken:
|
||||
path: ./packages/chicken
|
||||
|
||||
|
||||
##code generation
|
||||
freezed_annotation: ^3.1.0
|
||||
json_annotation: ^4.9.0
|
||||
@@ -48,13 +47,9 @@ dev_dependencies:
|
||||
mocktail: ^1.0.4
|
||||
get_test: ^4.0.1
|
||||
|
||||
|
||||
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
|
||||
assets:
|
||||
- assets/icons/
|
||||
- assets/images/
|
||||
@@ -62,13 +57,11 @@ flutter:
|
||||
- assets/vec/
|
||||
- assets/anim/
|
||||
|
||||
|
||||
fonts:
|
||||
- family: yekan
|
||||
fonts:
|
||||
- asset: fonts/iranyekanregularfanum.ttf
|
||||
|
||||
|
||||
flutter_gen:
|
||||
output: packages/core/lib/presentation/common
|
||||
line_length: 120
|
||||
@@ -77,4 +70,3 @@ flutter_gen:
|
||||
image: true
|
||||
flutter_svg: true
|
||||
lottie: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user