selfprivacy.org.app/pubspec.yaml

97 lines
2.2 KiB
YAML
Raw Normal View History

2021-02-22 17:30:14 +01:00
name: selfprivacy
2020-11-29 21:07:46 +01:00
description: selfprivacy.org
2020-11-30 11:03:55 +01:00
publish_to: 'none'
2024-02-07 13:47:22 +03:00
version: 0.10.1+21
2020-11-29 21:07:46 +01:00
environment:
2023-12-01 22:40:48 +03:00
sdk: '>=3.2.1 <4.0.0'
flutter: ">=3.16.1"
2020-11-29 21:07:46 +01:00
dependencies:
2023-12-01 22:40:48 +03:00
animations: ^2.0.8
auto_route: ^7.8.4
auto_size_text: ^3.0.0
2024-01-31 16:17:27 +04:00
bloc_concurrency: ^0.2.3
2023-12-01 22:40:48 +03:00
crypt: ^4.3.1
collection: ^1.18.0
cubit_form: ^2.0.1
2023-12-01 22:40:48 +03:00
device_info_plus: ^9.1.1
dio: ^5.4.0
duration: ^3.0.13
dynamic_color: ^1.6.8
easy_localization: ^3.0.3
either_option: ^2.0.1-dev.1
2023-02-05 16:24:37 +03:00
equatable: ^2.0.5
2023-12-01 22:40:48 +03:00
fl_chart: ^0.65.0
2020-11-29 21:07:46 +01:00
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
2023-12-01 22:40:48 +03:00
flutter_markdown: ^0.6.18+2
flutter_secure_storage: ^9.0.0
flutter_svg: ^2.0.9
gap: ^3.0.1
2023-12-01 22:40:48 +03:00
get_it: ^7.6.4
gql: ^1.0.0
2023-12-01 22:40:48 +03:00
graphql: ^5.1.3
graphql_codegen: ^0.13.9
2023-02-05 16:24:37 +03:00
graphql_flutter: ^5.1.2
hive: ^2.2.3
hive_flutter: ^1.1.0
2023-12-01 22:40:48 +03:00
http: ^1.1.2
intl: ^0.18.0
2023-02-05 16:24:37 +03:00
ionicons: ^0.2.2
json_annotation: ^4.8.1
2023-12-01 22:40:48 +03:00
local_auth: ^2.1.7
material_color_utilities: ^0.5.0
2023-02-05 16:24:37 +03:00
modal_bottom_sheet: ^3.0.0-pre
nanoid: ^1.0.0
package_info: ^2.0.2
pretty_dio_logger: ^1.3.1
2023-12-01 22:40:48 +03:00
provider: ^6.1.1
pub_semver: ^2.1.4
timezone: ^0.9.2
2023-12-01 22:40:48 +03:00
url_launcher: ^6.2.1
# TODO: Developer is not available, update later.
# wakelock: ^0.6.2
2020-11-29 21:07:46 +01:00
dev_dependencies:
2023-12-01 22:40:48 +03:00
auto_route_generator: ^7.3.2
2020-11-29 21:07:46 +01:00
flutter_test:
sdk: flutter
2023-12-01 22:40:48 +03:00
build_runner: ^2.4.7
flutter_launcher_icons: ^0.13.1
2023-12-01 22:40:48 +03:00
hive_generator: ^2.0.1
json_serializable: ^6.7.1
flutter_lints: ^3.0.1
2020-12-01 12:27:13 +01:00
flutter_icons:
android: "launcher_icon"
ios: true
2021-01-06 18:35:57 +01:00
image_path_android: "assets/images/icon/logo_android.png"
image_path_ios: "assets/images/icon/logo_ios.png"
2020-12-01 12:27:13 +01:00
2020-11-29 21:07:46 +01:00
flutter:
uses-material-design: true
2020-11-30 11:03:55 +01:00
assets:
2020-12-30 15:13:25 +01:00
- assets/images/
- assets/images/onboarding/
2020-11-30 11:03:55 +01:00
- assets/images/logos/
- assets/images/gifs/
2020-12-01 13:26:29 +01:00
- assets/translations/
2021-03-18 08:26:54 +01:00
- assets/markdown/
2020-11-29 21:07:46 +01:00
fonts:
2020-11-30 11:03:55 +01:00
- family: BrandIcons
fonts:
- asset: assets/fonts/BrandIcons.ttf
2021-03-18 01:55:38 +01:00
- family: Inter
fonts:
- asset: assets/fonts/Inter-Regular.ttf
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/Inter-ExtraBold.ttf
weight: 800