mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 09:30:45 +00:00
77 lines
2.0 KiB
YAML
77 lines
2.0 KiB
YAML
name: friflex_starter
|
||
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.6.0
|
||
|
||
dependencies:
|
||
flutter:
|
||
sdk: flutter
|
||
cupertino_icons: 1.0.8
|
||
envied: 1.0.1
|
||
go_router: 14.6.3
|
||
flutter_bloc: 8.1.1
|
||
provider: 6.1.2
|
||
dio: 5.7.0
|
||
intl: 0.19.0
|
||
flutter_localizations:
|
||
sdk: flutter
|
||
|
||
### основной сервис с интерфейсами
|
||
i_app_services:
|
||
path: ./app_services/i_app_services
|
||
|
||
app_services:
|
||
### Базовая реализация ###
|
||
path: app_services/gms/app_services
|
||
### Аврора реализация ###
|
||
# path: app_services/aurora/app_services
|
||
|
||
dev_dependencies:
|
||
flutter_test:
|
||
sdk: flutter
|
||
friflex_lint_rules:
|
||
hosted: https://pub.friflex.com
|
||
version: 4.0.1
|
||
envied_generator: 1.0.1
|
||
build_runner: 2.4.14
|
||
|
||
flutter:
|
||
uses-material-design: true
|
||
generate: 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
|