Комментарии к библиотекам и добавление презентации
This commit is contained in:
parent
20c63cd334
commit
e69babcf3e
BIN
publication/TitovetsMatule.odp
Normal file
BIN
publication/TitovetsMatule.odp
Normal file
Binary file not shown.
17
pubspec.yaml
17
pubspec.yaml
@ -28,7 +28,7 @@ environment:
|
|||||||
# the latest version available on pub.dev. To see which dependencies have newer
|
# the latest version available on pub.dev. To see which dependencies have newer
|
||||||
# versions available, run `flutter pub outdated`.
|
# versions available, run `flutter pub outdated`.
|
||||||
dependencies:
|
dependencies:
|
||||||
appmetrica_plugin: ^3.2.0
|
appmetrica_plugin: ^3.2.0 # Плагин AppMetrika для анализа кликов пользователей
|
||||||
matule_uikit:
|
matule_uikit:
|
||||||
git:
|
git:
|
||||||
url: https://git.skillmad.ru/user8/matule_uikit.git
|
url: https://git.skillmad.ru/user8/matule_uikit.git
|
||||||
@ -39,16 +39,17 @@ dependencies:
|
|||||||
url: https://git.skillmad.ru/user8/matule_query.git
|
url: https://git.skillmad.ru/user8/matule_query.git
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
storybook_flutter: ^0.14.1
|
storybook_flutter: ^0.14.1 # Библиотека для matule_uikit: позволяет отображать виджеты в удобном формате
|
||||||
flutter_svg: ^2.1.0
|
flutter_svg: ^2.1.0 # Библиотека для matule_uikit: позволяет использоовать векторную графику
|
||||||
|
|
||||||
connectivity_plus: ^6.1.4
|
connectivity_plus: ^6.1.4 # Библиотека для matule_query: позволяет обнаруживать наличие / отсутствие интернета
|
||||||
dio: ^5.8.0+1
|
dio: ^5.8.0+1 # Библиотека для matule_query: позволяет отправлять запросы по протоколу HTTP
|
||||||
|
|
||||||
|
get: ^4.7.2 # Библиотека для удобного переключения между экранами
|
||||||
|
flutter_screenutil: ^5.9.3 # Библиотека для поддержки адаптивности
|
||||||
|
|
||||||
get: ^4.7.2
|
|
||||||
flutter_screenutil: ^5.9.3
|
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter # SDK Flutter
|
||||||
|
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user