91 lines
1.9 KiB
YAML
91 lines
1.9 KiB
YAML
name: rasadyar_app
|
|
description: "A new Flutter project."
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.7.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
|
|
cupertino_icons: ^1.0.8
|
|
|
|
##Log
|
|
logger: ^2.5.0
|
|
|
|
## reactive
|
|
dartx: ^1.2.0
|
|
rxdart: ^0.28.0
|
|
|
|
## local storage
|
|
hive_ce: ^2.10.1
|
|
hive_ce_flutter: ^2.2.0
|
|
|
|
##code generation
|
|
freezed_annotation: ^3.0.0
|
|
json_annotation: ^4.9.0
|
|
|
|
|
|
#SVG
|
|
flutter_svg: ^2.0.17
|
|
|
|
##state manger
|
|
get: ^4.7.2
|
|
|
|
##Di
|
|
get_it: ^8.0.3
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
##code generation
|
|
build_runner: ^2.4.15
|
|
hive_ce_generator: ^1.8.2
|
|
freezed: ^3.0.3
|
|
json_serializable: ^6.9.4
|
|
|
|
##test
|
|
mocktail: ^1.0.4
|
|
get_test: ^4.0.1
|
|
|
|
|
|
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
# assets:
|
|
# - images/a_dot_burr.jpeg
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
# https://flutter.dev/to/resolution-aware-images
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
# https://flutter.dev/to/asset-from-package
|
|
|
|
# To add custom fonts to your application, add a fonts section here,
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
# list giving the asset and other descriptors for the font. For
|
|
# example:
|
|
# fonts:
|
|
# - family: Schyler
|
|
# fonts:
|
|
# - asset: fonts/Schyler-Regular.ttf
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
# style: italic
|
|
# - family: Trajan Pro
|
|
# fonts:
|
|
# - asset: fonts/TrajanPro.ttf
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|
|
# weight: 700
|
|
#
|
|
# For details regarding fonts from package dependencies,
|
|
# see https://flutter.dev/to/font-from-package
|