mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
chore(pubspec): FLUTTER-151 обновление flutter и пакетов (#33)
* chore(deps): update dependencies and SDK versions in pubspec.yaml and related files * chore(readme): update Readme --------- Co-authored-by: petrovyuri <petrovyuri@example.com>
This commit is contained in:
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
@@ -62,6 +62,16 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./tools/switch_service.sh aurora",
|
"command": "./tools/switch_service.sh aurora",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "flutter gen-l10n",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "flutter",
|
||||||
|
"args": [
|
||||||
|
"gen-l10n"
|
||||||
|
],
|
||||||
|
"group": "build",
|
||||||
|
"problemMatcher": [],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
"Copyright (c) 2025 Friflex LLC"
|
Copyright (c) 2025 Friflex LLC
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
# 🚀 Friflex Flutter Starter - Корпоративный шаблон
|
# 🚀 Friflex Flutter Starter - Корпоративный шаблон
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|
|
||||||

|

|
||||||
|
|
||||||
Корпоративный стартовый шаблон для разработки масштабируемых Flutter-приложений
|
Корпоративный стартовый шаблон для разработки масштабируемых Flutter-приложений
|
||||||
@@ -91,13 +90,13 @@ features/
|
|||||||
|
|
||||||
| Категория | Библиотека | Версия | Описание |
|
| Категория | Библиотека | Версия | Описание |
|
||||||
|-----------|------------|--------|----------|
|
|-----------|------------|--------|----------|
|
||||||
| 🧭 **Навигация** | [go_router](https://pub.dev/packages/go_router) | `15.1.2` | Декларативный роутинг |
|
| 🧭 **Навигация** | [go_router](https://pub.dev/packages/go_router) | `16.2.4` | Декларативный роутинг |
|
||||||
| 🔄 **State Management** | [flutter_bloc](https://pub.dev/packages/flutter_bloc) | `9.1.1` | Управление состоянием |
|
| 🔄 **State Management** | [flutter_bloc](https://pub.dev/packages/flutter_bloc) | `9.1.1` | Управление состоянием |
|
||||||
| 💉 **DI** | Custom InheritedWidget | - | Внедрение зависимостей |
|
| 💉 **DI** | Custom InheritedWidget | - | Внедрение зависимостей |
|
||||||
| 🎨 **Resources** | [flutter_gen](https://pub.dev/packages/flutter_gen) | `5.10.0` | Генерация ресурсов |
|
| 🎨 **Resources** | [flutter_gen](https://pub.dev/packages/flutter_gen) | `5.12.0` | Генерация ресурсов |
|
||||||
| 🌐 **HTTP** | [dio](https://pub.dev/packages/dio) | `5.8.0+1` | HTTP клиент |
|
| 🌐 **HTTP** | [dio](https://pub.dev/packages/dio) | `5.9.0` | HTTP клиент |
|
||||||
| 🔒 **Secure Storage** | [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage) | - | Защищенное хранилище |
|
| 🔒 **Secure Storage** | [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage) | - | Защищенное хранилище |
|
||||||
| 📊 **Logging** | [talker](https://pub.dev/packages/talker_flutter) | `4.8.0` | Логирование и отладка |
|
| 📊 **Logging** | [talker](https://pub.dev/packages/talker_flutter) | `5.0.1` | Логирование и отладка |
|
||||||
|
|
||||||
### 🔧 Инструменты разработки
|
### 🔧 Инструменты разработки
|
||||||
|
|
||||||
|
|||||||
@@ -14,13 +14,13 @@ dependencies:
|
|||||||
flutter_secure_storage: 9.2.4
|
flutter_secure_storage: 9.2.4
|
||||||
|
|
||||||
# Зависимости для сервиса незащищенного хранилища
|
# Зависимости для сервиса незащищенного хранилища
|
||||||
shared_preferences: 2.3.5
|
shared_preferences: 2.5.3
|
||||||
|
|
||||||
# для работы с путями в хранилища
|
# для работы с путями в хранилища
|
||||||
path_provider: 2.1.5
|
path_provider: 2.1.5
|
||||||
|
|
||||||
# Работа с геолокацией
|
# Работа с геолокацией
|
||||||
geolocator: 14.0.1
|
geolocator: 14.0.2
|
||||||
|
|
||||||
# Обязательные интерфейсы
|
# Обязательные интерфейсы
|
||||||
i_app_services:
|
i_app_services:
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
arb-dir: lib/l10n
|
arb-dir: lib/l10n
|
||||||
template-arb-file: app_en.arb
|
template-arb-file: app_en.arb
|
||||||
output-dir: lib/l10n/gen
|
output-dir: lib/l10n/gen
|
||||||
output-localization-file: app_localizations.dart
|
output-localization-file: app_localizations.dart
|
||||||
synthetic-package: false
|
|
||||||
@@ -13,15 +13,15 @@ final class _Dev {
|
|||||||
static const String baseUrl = 'https://dev';
|
static const String baseUrl = 'https://dev';
|
||||||
|
|
||||||
static const List<int> _enviedkeysecretKey = <int>[
|
static const List<int> _enviedkeysecretKey = <int>[
|
||||||
1799992456,
|
1250675737,
|
||||||
3121235721,
|
1700106436,
|
||||||
1896517115,
|
3701613773,
|
||||||
];
|
];
|
||||||
|
|
||||||
static const List<int> _envieddatasecretKey = <int>[
|
static const List<int> _envieddatasecretKey = <int>[
|
||||||
1799992556,
|
1250675837,
|
||||||
3121235820,
|
1700106401,
|
||||||
1896517005,
|
3701613755,
|
||||||
];
|
];
|
||||||
|
|
||||||
static final String secretKey = String.fromCharCodes(
|
static final String secretKey = String.fromCharCodes(
|
||||||
@@ -38,33 +38,33 @@ final class _Dev {
|
|||||||
// generated_from: env/prod.env
|
// generated_from: env/prod.env
|
||||||
final class _Prod {
|
final class _Prod {
|
||||||
static const List<int> _enviedkeybaseUrl = <int>[
|
static const List<int> _enviedkeybaseUrl = <int>[
|
||||||
1627073061,
|
2313418965,
|
||||||
1329144317,
|
1278864221,
|
||||||
4010373711,
|
2117667009,
|
||||||
41847181,
|
1514310825,
|
||||||
869222509,
|
996679495,
|
||||||
509998400,
|
1388625655,
|
||||||
1912743375,
|
2368060187,
|
||||||
3591333682,
|
1047428716,
|
||||||
1441008454,
|
502950869,
|
||||||
2168353742,
|
2499923893,
|
||||||
3600711694,
|
963407594,
|
||||||
2824342757,
|
1679400929,
|
||||||
];
|
];
|
||||||
|
|
||||||
static const List<int> _envieddatabaseUrl = <int>[
|
static const List<int> _envieddatabaseUrl = <int>[
|
||||||
1627073101,
|
2313418941,
|
||||||
1329144201,
|
1278864169,
|
||||||
4010373691,
|
2117666997,
|
||||||
41847293,
|
1514310873,
|
||||||
869222430,
|
996679476,
|
||||||
509998458,
|
1388625613,
|
||||||
1912743392,
|
2368060212,
|
||||||
3591333661,
|
1047428675,
|
||||||
1441008438,
|
502950821,
|
||||||
2168353724,
|
2499923911,
|
||||||
3600711777,
|
963407493,
|
||||||
2824342657,
|
1679400837,
|
||||||
];
|
];
|
||||||
|
|
||||||
static final String baseUrl = String.fromCharCodes(
|
static final String baseUrl = String.fromCharCodes(
|
||||||
@@ -76,17 +76,17 @@ final class _Prod {
|
|||||||
);
|
);
|
||||||
|
|
||||||
static const List<int> _enviedkeysecretKey = <int>[
|
static const List<int> _enviedkeysecretKey = <int>[
|
||||||
491371727,
|
1650398676,
|
||||||
838972038,
|
1481444979,
|
||||||
2580624111,
|
21401329,
|
||||||
1889389419,
|
1103991377,
|
||||||
];
|
];
|
||||||
|
|
||||||
static const List<int> _envieddatasecretKey = <int>[
|
static const List<int> _envieddatasecretKey = <int>[
|
||||||
491371711,
|
1650398628,
|
||||||
838972148,
|
1481444865,
|
||||||
2580624000,
|
21401246,
|
||||||
1889389327,
|
1103991349,
|
||||||
];
|
];
|
||||||
|
|
||||||
static final String secretKey = String.fromCharCodes(
|
static final String secretKey = String.fromCharCodes(
|
||||||
@@ -103,35 +103,35 @@ final class _Prod {
|
|||||||
// generated_from: env/stage.env
|
// generated_from: env/stage.env
|
||||||
final class _Stage {
|
final class _Stage {
|
||||||
static const List<int> _enviedkeybaseUrl = <int>[
|
static const List<int> _enviedkeybaseUrl = <int>[
|
||||||
585835488,
|
1623636460,
|
||||||
3326410961,
|
1720327728,
|
||||||
3188945183,
|
1318998227,
|
||||||
460492541,
|
1880230818,
|
||||||
1928378853,
|
1752001284,
|
||||||
1675035574,
|
726589281,
|
||||||
2754976633,
|
1688681936,
|
||||||
2459126129,
|
2751223200,
|
||||||
3745790828,
|
1403987498,
|
||||||
3098981050,
|
1289212622,
|
||||||
99445498,
|
1492662645,
|
||||||
3535573105,
|
2947900480,
|
||||||
3875375463,
|
809806156,
|
||||||
];
|
];
|
||||||
|
|
||||||
static const List<int> _envieddatabaseUrl = <int>[
|
static const List<int> _envieddatabaseUrl = <int>[
|
||||||
585835400,
|
1623636356,
|
||||||
3326410917,
|
1720327748,
|
||||||
3188945259,
|
1318998183,
|
||||||
460492429,
|
1880230866,
|
||||||
1928378774,
|
1752001399,
|
||||||
1675035532,
|
726589275,
|
||||||
2754976598,
|
1688681983,
|
||||||
2459126110,
|
2751223183,
|
||||||
3745790751,
|
1403987545,
|
||||||
3098981070,
|
1289212602,
|
||||||
99445403,
|
1492662548,
|
||||||
3535573014,
|
2947900455,
|
||||||
3875375362,
|
809806121,
|
||||||
];
|
];
|
||||||
|
|
||||||
static final String baseUrl = String.fromCharCodes(
|
static final String baseUrl = String.fromCharCodes(
|
||||||
@@ -143,19 +143,19 @@ final class _Stage {
|
|||||||
);
|
);
|
||||||
|
|
||||||
static const List<int> _enviedkeysecretKey = <int>[
|
static const List<int> _enviedkeysecretKey = <int>[
|
||||||
986583346,
|
5890476,
|
||||||
12639897,
|
3047051242,
|
||||||
2122410836,
|
2874959210,
|
||||||
1036379862,
|
758075519,
|
||||||
1792372112,
|
3738110555,
|
||||||
];
|
];
|
||||||
|
|
||||||
static const List<int> _envieddatasecretKey = <int>[
|
static const List<int> _envieddatasecretKey = <int>[
|
||||||
986583361,
|
5890527,
|
||||||
12639981,
|
3047051166,
|
||||||
2122410805,
|
2874959115,
|
||||||
1036379825,
|
758075416,
|
||||||
1792372213,
|
3738110526,
|
||||||
];
|
];
|
||||||
|
|
||||||
static final String secretKey = String.fromCharCodes(
|
static final String secretKey = String.fromCharCodes(
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// dart format width=80
|
||||||
|
|
||||||
/// GENERATED CODE - DO NOT MODIFY BY HAND
|
/// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
/// *****************************************************
|
/// *****************************************************
|
||||||
/// FlutterGen
|
/// FlutterGen
|
||||||
@@ -5,7 +7,7 @@
|
|||||||
|
|
||||||
// coverage:ignore-file
|
// coverage:ignore-file
|
||||||
// ignore_for_file: type=lint
|
// ignore_for_file: type=lint
|
||||||
// ignore_for_file: directives_ordering,unnecessary_import,implicit_dynamic_list_literal,deprecated_member_use
|
// ignore_for_file: deprecated_member_use,directives_ordering,implicit_dynamic_list_literal,unnecessary_import
|
||||||
|
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
import 'package:flutter/widgets.dart';
|
import 'package:flutter/widgets.dart';
|
||||||
@@ -67,6 +69,7 @@ class SvgGenImage {
|
|||||||
String? semanticsLabel,
|
String? semanticsLabel,
|
||||||
bool excludeFromSemantics = false,
|
bool excludeFromSemantics = false,
|
||||||
_svg.SvgTheme? theme,
|
_svg.SvgTheme? theme,
|
||||||
|
_svg.ColorMapper? colorMapper,
|
||||||
ColorFilter? colorFilter,
|
ColorFilter? colorFilter,
|
||||||
Clip clipBehavior = Clip.hardEdge,
|
Clip clipBehavior = Clip.hardEdge,
|
||||||
@deprecated Color? color,
|
@deprecated Color? color,
|
||||||
@@ -86,6 +89,7 @@ class SvgGenImage {
|
|||||||
assetBundle: bundle,
|
assetBundle: bundle,
|
||||||
packageName: package,
|
packageName: package,
|
||||||
theme: theme,
|
theme: theme,
|
||||||
|
colorMapper: colorMapper,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return _svg.SvgPicture(
|
return _svg.SvgPicture(
|
||||||
|
|||||||
128
pubspec.lock
128
pubspec.lock
@@ -232,14 +232,22 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.2.0"
|
version: "1.2.0"
|
||||||
|
dbus:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: dbus
|
||||||
|
sha256: "79e0c23480ff85dc68de79e2cd6334add97e48f7f4865d17686dd6ea81a47e8c"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "0.7.11"
|
||||||
dio:
|
dio:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: dio
|
name: dio
|
||||||
sha256: "253a18bbd4851fecba42f7343a1df3a9a4c1d31a2c1b37e221086b4fa8c8dbc9"
|
sha256: d90ee57923d1828ac14e492ca49440f65477f4bb1263575900be731a3dac66a9
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.8.0+1"
|
version: "5.9.0"
|
||||||
dio_web_adapter:
|
dio_web_adapter:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -252,10 +260,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: envied
|
name: envied
|
||||||
sha256: a4e2b1d0caa479b5d61332ae516518c175a6d09328a35a0bc0a53894cc5d7e4d
|
sha256: "3c7fdf77ffd99bb429d8373b5f1eec3153c2871347f140d107895fd52b6e2c66"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.1"
|
version: "1.3.0"
|
||||||
envied_generator:
|
envied_generator:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
@@ -321,26 +329,26 @@ packages:
|
|||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
name: flutter_gen
|
name: flutter_gen
|
||||||
sha256: "4117a3ea6b26a910c715bd58abcc5a90447e70930a5b98249e94c41da9e849bb"
|
sha256: eac4863b65813aacbf16ecc07e7c271ab82fb2d95181825348f1fb7b03fd52da
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.10.0"
|
version: "5.12.0"
|
||||||
flutter_gen_core:
|
flutter_gen_core:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: flutter_gen_core
|
name: flutter_gen_core
|
||||||
sha256: "3eaa2d3d8be58267ac4cd5e215ac965dd23cae0410dc073de2e82e227be32bfc"
|
sha256: b6bafbbd981da2f964eb45bcb8b8a7676a281084f8922c0c75de4cfbaa849311
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.10.0"
|
version: "5.12.0"
|
||||||
flutter_gen_runner:
|
flutter_gen_runner:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
name: flutter_gen_runner
|
name: flutter_gen_runner
|
||||||
sha256: e74b4ead01df3e8f02e73a26ca856759dbbe8cb3fd60941ba9f4005cd0cd19c9
|
sha256: c99b10af9d404e3f46fd1927e7d90099779e935e86022674c4c2a9e6c2a93b29
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.10.0"
|
version: "5.12.0"
|
||||||
flutter_lints:
|
flutter_lints:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
@@ -406,10 +414,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: flutter_svg
|
name: flutter_svg
|
||||||
sha256: d44bf546b13025ec7353091516f6881f1d4c633993cb109c3916c3a0159dadf1
|
sha256: b9c2ad5872518a27507ab432d1fb97e8813b05f0fc693f9d40fad06d073e0678
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.0"
|
version: "2.2.1"
|
||||||
flutter_test:
|
flutter_test:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description: flutter
|
description: flutter
|
||||||
@@ -428,14 +436,22 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.0.0"
|
version: "4.0.0"
|
||||||
|
geoclue:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: geoclue
|
||||||
|
sha256: c2a998c77474fc57aa00c6baa2928e58f4b267649057a1c76738656e9dbd2a7f
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "0.1.1"
|
||||||
geolocator:
|
geolocator:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: geolocator
|
name: geolocator
|
||||||
sha256: ee2212a3df8292ec4c90b91183b8001d3f5a800823c974b570c5f9344ca320dc
|
sha256: "79939537046c9025be47ec645f35c8090ecadb6fe98eba146a0d25e8c1357516"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "14.0.1"
|
version: "14.0.2"
|
||||||
geolocator_android:
|
geolocator_android:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -452,6 +468,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.13"
|
version: "2.3.13"
|
||||||
|
geolocator_linux:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: geolocator_linux
|
||||||
|
sha256: c4e966f0a7a87e70049eac7a2617f9e16fd4c585a26e4330bdfc3a71e6a721f3
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "0.2.3"
|
||||||
geolocator_platform_interface:
|
geolocator_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -488,10 +512,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: go_router
|
name: go_router
|
||||||
sha256: "0b1e06223bee260dee31a171fb1153e306907563a0b0225e8c1733211911429a"
|
sha256: c752e2d08d088bf83742cb05bf83003f3e9d276ff1519b5c92f9d5e60e5ddd23
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "15.1.2"
|
version: "16.2.4"
|
||||||
graphs:
|
graphs:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -508,6 +532,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.3.4"
|
version: "5.3.4"
|
||||||
|
gsettings:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: gsettings
|
||||||
|
sha256: "1b0ce661f5436d2db1e51f3c4295a49849f03d304003a7ba177d01e3a858249c"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "0.2.8"
|
||||||
hashcodes:
|
hashcodes:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -547,6 +579,14 @@ packages:
|
|||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
image:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: image
|
||||||
|
sha256: "4e973fcf4caae1a4be2fa0a13157aa38a8f9cb049db6529aa00b4d71abc4d928"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "4.5.4"
|
||||||
image_size_getter:
|
image_size_getter:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -631,10 +671,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: lottie
|
name: lottie
|
||||||
sha256: c5fa04a80a620066c15cf19cc44773e19e9b38e989ff23ea32e5903ef1015950
|
sha256: "8ae0be46dbd9e19641791dc12ee480d34e1fd3f84c749adc05f3ad9342b71b95"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.3.1"
|
version: "3.3.2"
|
||||||
matcher:
|
matcher:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -683,6 +723,22 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.1"
|
version: "2.1.1"
|
||||||
|
package_info_plus:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: package_info_plus
|
||||||
|
sha256: "16eee997588c60225bda0488b6dcfac69280a6b7a3cf02c741895dd370a02968"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "8.3.1"
|
||||||
|
package_info_plus_platform_interface:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: package_info_plus_platform_interface
|
||||||
|
sha256: "202a487f08836a592a6bd4f901ac69b3a8f146af552bbd14407b6b41e1c3f086"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "3.2.1"
|
||||||
path:
|
path:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -823,26 +879,26 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: share_plus
|
name: share_plus
|
||||||
sha256: fce43200aa03ea87b91ce4c3ac79f0cecd52e2a7a56c7a4185023c271fbfa6da
|
sha256: "3424e9d5c22fd7f7590254ba09465febd6f8827c8b19a44350de4ac31d92d3a6"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "10.1.4"
|
version: "12.0.0"
|
||||||
share_plus_platform_interface:
|
share_plus_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: share_plus_platform_interface
|
name: share_plus_platform_interface
|
||||||
sha256: cc012a23fc2d479854e6c80150696c4a5f5bb62cb89af4de1c505cf78d0a5d0b
|
sha256: "88023e53a13429bd65d8e85e11a9b484f49d4c190abbd96c7932b74d6927cc9a"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.0.2"
|
version: "6.1.0"
|
||||||
shared_preferences:
|
shared_preferences:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: shared_preferences
|
name: shared_preferences
|
||||||
sha256: a752ce92ea7540fc35a0d19722816e04d0e72828a4200e83a98cf1a1eb524c9a
|
sha256: "6e8bf70b7fef813df4e9a36f658ac46d107db4b4cfe1048b477d4e453a8159f5"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.5"
|
version: "2.5.3"
|
||||||
shared_preferences_android:
|
shared_preferences_android:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -980,42 +1036,42 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: talker
|
name: talker
|
||||||
sha256: a664f5eae5284e94aa8c535e0400ab71a78fa2480ad18a7344dec928b5c56805
|
sha256: f86b1de9e2442228c9340b418703b4ee10d0f831bf3571696ba1d835293ad22a
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.8.0"
|
version: "5.0.1"
|
||||||
talker_bloc_logger:
|
talker_bloc_logger:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: talker_bloc_logger
|
name: talker_bloc_logger
|
||||||
sha256: "1af998d6cbafba00f66bbf49d77132275d3b113c6ac53ce0dc9d9981206f9cea"
|
sha256: "8707878d8213f1441ea24ae2d5e4c0673eb4e5b58ac8e61fc24850ca9915c287"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.8.0"
|
version: "5.0.1"
|
||||||
talker_dio_logger:
|
talker_dio_logger:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: talker_dio_logger
|
name: talker_dio_logger
|
||||||
sha256: "296a20ce600ccca7801deb5a530c28d03500c520f25f1e40c3bae727f63dd5eb"
|
sha256: "35699be0353164916db4e6cfdeae390da53b5b1e364ee78fc0ef4c1c46cd3f46"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.8.0"
|
version: "5.0.1"
|
||||||
talker_flutter:
|
talker_flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: talker_flutter
|
name: talker_flutter
|
||||||
sha256: "480c51bba7ac0dcab23be5e9545214a43179625bc5f787326248e94af8316aee"
|
sha256: "4e5614548cd4f2a979ec6a63d455dc12e254e49989d67e95b89003d1893cc21c"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.8.0"
|
version: "5.0.1"
|
||||||
talker_logger:
|
talker_logger:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: talker_logger
|
name: talker_logger
|
||||||
sha256: b5d0bd04229eeccdf765cabf73e964ee28528c749104b56867c8d2eb764a45ee
|
sha256: "8c63990d33e779a24368e0c191e6c9a54639088b6fe3a5b763a6f37fe00ff20b"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.8.0"
|
version: "5.0.1"
|
||||||
term_glyph:
|
term_glyph:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -1217,5 +1273,5 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "3.1.3"
|
version: "3.1.3"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.8.0 <4.0.0"
|
dart: ">=3.9.2 <4.0.0"
|
||||||
flutter: ">=3.32.0"
|
flutter: ">=3.35.5"
|
||||||
|
|||||||
26
pubspec.yaml
26
pubspec.yaml
@@ -6,29 +6,29 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
version: 0.0.1+1
|
version: 0.0.1+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.0
|
sdk: ^3.9.2
|
||||||
flutter: ">=3.32.0"
|
flutter: ">=3.35.5"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
cupertino_icons: 1.0.8
|
cupertino_icons: 1.0.8
|
||||||
envied: 1.1.1
|
envied: 1.3.0
|
||||||
go_router: 15.1.2
|
go_router: 16.2.4
|
||||||
flutter_bloc: 9.1.1
|
flutter_bloc: 9.1.1
|
||||||
provider: 6.1.5
|
provider: 6.1.5
|
||||||
dio: 5.8.0+1
|
dio: 5.9.0
|
||||||
intl: 0.20.2
|
intl: 0.20.2
|
||||||
flutter_svg: 2.1.0
|
flutter_svg: 2.2.1
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
lottie: 3.3.1
|
lottie: 3.3.2
|
||||||
|
|
||||||
# Пакеты для отладки
|
# Пакеты для отладки
|
||||||
talker_flutter: 4.8.0
|
talker_flutter: 5.0.1
|
||||||
talker_dio_logger: 4.8.0
|
talker_dio_logger: 5.0.1
|
||||||
talker_bloc_logger: 4.8.0
|
talker_bloc_logger: 5.0.1
|
||||||
talker_logger: 4.8.0
|
talker_logger: 5.0.1
|
||||||
|
|
||||||
equatable: 2.0.7
|
equatable: 2.0.7
|
||||||
|
|
||||||
@@ -51,8 +51,8 @@ dev_dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
envied_generator: 1.1.1
|
envied_generator: 1.1.1
|
||||||
build_runner: 2.4.15
|
build_runner: 2.4.15
|
||||||
flutter_gen_runner: 5.10.0
|
flutter_gen_runner: 5.12.0
|
||||||
flutter_gen: 5.10.0
|
flutter_gen: 5.12.0
|
||||||
flutter_lints: 6.0.0
|
flutter_lints: 6.0.0
|
||||||
theme_tailor: 3.0.3
|
theme_tailor: 3.0.3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user