selfprivacy.org.app/pubspec.yaml

91 lines
2.0 KiB
YAML
Raw Normal View History

2021-02-22 18:30:14 +02:00
name: selfprivacy
2020-11-29 22:07:46 +02:00
description: selfprivacy.org
2020-11-30 12:03:55 +02:00
publish_to: 'none'
2022-12-31 07:40:32 +02:00
version: 0.8.0+17
2020-11-29 22:07:46 +02:00
environment:
2022-05-16 23:30:14 +03:00
sdk: '>=2.17.0 <3.0.0'
flutter: ">=3.0.0"
2020-11-29 22:07:46 +02:00
dependencies:
auto_size_text: ^3.0.0
basic_utils: ^4.2.0
crypt: ^4.2.1
cubit_form: ^2.0.1
device_info_plus: ^4.0.1
dio: ^4.0.4
dynamic_color: ^1.5.4
easy_localization: ^3.0.0
either_option: ^2.0.1-dev.1
equatable: ^2.0.3
2022-04-05 18:50:47 +03:00
fl_chart: ^0.50.1
2020-11-29 22:07:46 +02:00
flutter:
sdk: flutter
flutter_bloc: ^8.0.1
flutter_markdown: ^0.6.9
flutter_secure_storage: ^5.0.2
2022-08-29 03:40:55 +03:00
flutter_svg: ^1.1.4
get_it: ^7.2.0
2022-07-12 15:54:16 +03:00
gql: ^0.13.1
graphql: ^5.1.1
graphql_codegen: ^0.10.2
2022-07-12 15:54:16 +03:00
graphql_flutter: ^5.1.0
hive: ^2.2.3
hive_flutter: ^1.1.0
http: ^0.13.5
2022-05-24 21:55:39 +03:00
intl: ^0.17.0
ionicons: ^0.1.2
json_annotation: ^4.6.0
2022-05-16 23:30:14 +03:00
local_auth: ^2.0.2
material_color_utilities: ^0.1.5
2022-05-03 13:45:10 +03:00
modal_bottom_sheet: ^2.0.1
nanoid: ^1.0.0
package_info: ^2.0.2
pretty_dio_logger: ^1.2.0-beta-1
provider: ^6.0.2
pub_semver: ^2.1.1
2022-05-16 23:30:14 +03:00
share_plus: ^4.0.4
2022-01-25 19:00:47 +02:00
timezone: ^0.8.0
url_launcher: ^6.0.20
wakelock: ^0.6.1+1
2020-11-29 22:07:46 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.2.0
flutter_launcher_icons: ^0.9.2
hive_generator: ^1.1.3
json_serializable: ^6.3.1
flutter_lints: ^2.0.1
2020-12-01 13:27:13 +02:00
flutter_icons:
android: "launcher_icon"
ios: true
2021-01-06 19:35:57 +02:00
image_path_android: "assets/images/icon/logo_android.png"
image_path_ios: "assets/images/icon/logo_ios.png"
2020-12-01 13:27:13 +02:00
2020-11-29 22:07:46 +02:00
flutter:
uses-material-design: true
2020-11-30 12:03:55 +02:00
assets:
2020-12-30 16:13:25 +02:00
- assets/images/
- assets/images/onboarding/
2020-11-30 12:03:55 +02:00
- assets/images/logos/
- assets/images/gifs/
2020-12-01 14:26:29 +02:00
- assets/translations/
2021-03-18 09:26:54 +02:00
- assets/markdown/
2020-11-29 22:07:46 +02:00
fonts:
2020-11-30 12:03:55 +02:00
- family: BrandIcons
fonts:
- asset: assets/fonts/BrandIcons.ttf
2021-03-18 02:55:38 +02: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