selfprivacy.org.app/pubspec.yaml

77 lines
1.7 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'
2021-07-29 16:21:18 +03:00
version: 0.1.3+5
2020-11-29 22:07:46 +02:00
environment:
2021-03-15 17:39:44 +02:00
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.0.0"
2020-11-29 22:07:46 +02:00
dependencies:
flutter:
sdk: flutter
2021-04-19 15:37:51 +03:00
crypt: ^4.0.1
2021-03-14 21:18:51 +02: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
equatable: ^2.0.0
2021-04-10 06:04:23 +03:00
fl_chart: ^0.35.0
2021-03-23 21:21:42 +02:00
flutter_bloc: ^7.0.0
2021-03-18 09:26:54 +02:00
flutter_markdown: ^0.6.0
2021-03-14 21:18:51 +02:00
flutter_secure_storage: ^4.1.0
get_it: ^6.0.0
hive: ^2.0.0
hive_flutter: ^1.0.0
2021-05-26 00:53:54 +03:00
ionicons: ^0.1.2
2021-03-14 21:18:51 +02:00
json_annotation: ^4.0.0
2021-05-26 00:53:54 +03:00
modal_bottom_sheet: ^2.0.0
nanoid: ^1.0.0
2021-03-14 21:18:51 +02:00
package_info: ^2.0.0
2021-03-26 01:30:34 +02:00
pretty_dio_logger: ^1.1.1
2021-03-14 21:18:51 +02:00
provider: ^5.0.0
2021-07-29 08:24:42 +03:00
share_plus: ^2.1.4
2021-03-26 15:38:39 +02:00
unicons: ^1.0.2
2021-03-14 21:18:51 +02:00
url_launcher: ^6.0.2
wakelock: ^0.5.0+2
2020-11-29 22:07:46 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
2021-03-14 21:18:51 +02:00
basic_utils: ^3.0.0-nullsafety.1
build_runner: ^1.11.5
flutter_launcher_icons: ^0.9.0
2021-03-26 15:38:39 +02:00
hive_generator: ^1.0.0
2021-03-14 21:18:51 +02:00
json_serializable: ^4.0.2
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/
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