mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
init
This commit is contained in:
85
pubspec.yaml
Normal file
85
pubspec.yaml
Normal file
@@ -0,0 +1,85 @@
|
||||
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
|
||||
|
||||
# Зависимости для сервиса логирования
|
||||
talker_flutter: 4.6.4
|
||||
talker_dio_logger: 4.6.4
|
||||
talker_bloc_logger: 4.6.4
|
||||
|
||||
### основной сервис с интерфейсами
|
||||
i_app_services:
|
||||
path: ./app_services/i_app_services
|
||||
|
||||
app_services:
|
||||
### Базовая реализация ###
|
||||
path: app_services/gms/app_services
|
||||
|
||||
|
||||
### Аврора реализация ###
|
||||
#path: app_services/aurora/app_services
|
||||
### Telegram реализация ###
|
||||
#path: app_services/telegram/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
|
||||
Reference in New Issue
Block a user