2021-02-22 16:30:14 +00:00
|
|
|
name: selfprivacy
|
2020-11-29 20:07:46 +00:00
|
|
|
description: selfprivacy.org
|
2020-11-30 10:03:55 +00:00
|
|
|
publish_to: 'none'
|
2021-10-12 13:04:18 +00:00
|
|
|
version: 0.2.4+6
|
2020-11-29 20:07:46 +00:00
|
|
|
|
|
|
|
environment:
|
2021-08-18 09:36:40 +00:00
|
|
|
sdk: '>=2.13.4 <3.0.0'
|
2021-09-29 13:08:19 +00:00
|
|
|
flutter: ">=2.5.0"
|
2020-11-29 20:07:46 +00:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2021-04-19 12:37:51 +00:00
|
|
|
crypt: ^4.0.1
|
2021-03-14 19:18:51 +00:00
|
|
|
cubit_form: ^1.0.0-nullsafety.0
|
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
dio: ^4.0.0-beta7
|
|
|
|
easy_localization: ^3.0.0
|
|
|
|
either_option: ^2.0.1-dev.1
|
2021-08-18 09:36:40 +00:00
|
|
|
equatable: ^2.0.3
|
2021-08-29 09:50:24 +00:00
|
|
|
fl_chart: ^0.40.0
|
2021-09-29 13:08:19 +00:00
|
|
|
flutter_bloc: ^7.3.0
|
2021-03-18 07:26:54 +00:00
|
|
|
flutter_markdown: ^0.6.0
|
2021-03-14 19:18:51 +00:00
|
|
|
flutter_secure_storage: ^4.1.0
|
2021-08-29 09:50:24 +00:00
|
|
|
get_it: ^7.2.0
|
2021-03-14 19:18:51 +00:00
|
|
|
hive: ^2.0.0
|
|
|
|
hive_flutter: ^1.0.0
|
|
|
|
json_annotation: ^4.0.0
|
2021-05-25 21:53:54 +00:00
|
|
|
modal_bottom_sheet: ^2.0.0
|
|
|
|
nanoid: ^1.0.0
|
2021-03-14 19:18:51 +00:00
|
|
|
package_info: ^2.0.0
|
2021-03-25 23:30:34 +00:00
|
|
|
pretty_dio_logger: ^1.1.1
|
2021-08-29 09:50:24 +00:00
|
|
|
provider: ^6.0.0
|
2021-07-29 05:24:42 +00:00
|
|
|
share_plus: ^2.1.4
|
2021-03-14 19:18:51 +00:00
|
|
|
url_launcher: ^6.0.2
|
|
|
|
wakelock: ^0.5.0+2
|
2021-08-18 09:36:40 +00:00
|
|
|
basic_utils: ^3.4.0
|
2021-09-02 19:32:07 +00:00
|
|
|
ionicons: ^0.1.2
|
|
|
|
pointycastle: ^3.3.2
|
|
|
|
rsa_encrypt: ^2.0.0
|
|
|
|
ssh_key: ^0.7.0
|
2021-09-15 13:15:54 +00:00
|
|
|
local_auth: ^1.1.7
|
2021-09-29 18:28:47 +00:00
|
|
|
auto_size_text: ^3.0.0-nullsafety.0
|
2020-11-29 20:07:46 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2021-08-29 09:50:24 +00:00
|
|
|
build_runner: ^2.1.1
|
2021-03-14 19:18:51 +00:00
|
|
|
flutter_launcher_icons: ^0.9.0
|
2021-03-26 13:38:39 +00:00
|
|
|
hive_generator: ^1.0.0
|
2021-03-14 19:18:51 +00:00
|
|
|
json_serializable: ^4.0.2
|
2020-12-01 11:27:13 +00:00
|
|
|
|
|
|
|
flutter_icons:
|
|
|
|
android: "launcher_icon"
|
|
|
|
ios: true
|
2021-01-06 17:35:57 +00:00
|
|
|
image_path_android: "assets/images/icon/logo_android.png"
|
|
|
|
image_path_ios: "assets/images/icon/logo_ios.png"
|
2020-12-01 11:27:13 +00:00
|
|
|
|
2020-11-29 20:07:46 +00:00
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
2020-11-30 10:03:55 +00:00
|
|
|
assets:
|
2020-12-30 14:13:25 +00:00
|
|
|
- assets/images/
|
|
|
|
- assets/images/onboarding/
|
2020-11-30 10:03:55 +00:00
|
|
|
- assets/images/logos/
|
2020-12-01 12:26:29 +00:00
|
|
|
- assets/translations/
|
2021-03-18 07:26:54 +00:00
|
|
|
- assets/markdown/
|
2020-11-29 20:07:46 +00:00
|
|
|
fonts:
|
2020-11-30 10:03:55 +00:00
|
|
|
- family: BrandIcons
|
|
|
|
fonts:
|
|
|
|
- asset: assets/fonts/BrandIcons.ttf
|
2021-03-18 00:55:38 +00: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
|