selfprivacy.org.app/pubspec.yaml

57 lines
1.1 KiB
YAML
Raw Normal View History

2021-02-22 18:28:54 +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'
2020-12-02 11:16:23 +02:00
version: 0.1.0+1
2020-11-29 22:07:46 +02:00
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
2021-01-06 19:35:57 +02:00
crypto: ^2.1.5
2021-01-14 20:45:10 +02:00
cubit_form: ^0.0.16
2020-11-29 22:07:46 +02:00
cupertino_icons: ^1.0.0
2021-01-06 19:35:57 +02:00
dio: ^3.0.10
2020-12-01 14:26:29 +02:00
easy_localization: ^2.3.3
2021-02-15 20:58:29 +02:00
either_option: ^1.0.6
2020-12-01 21:08:19 +02:00
equatable: ^1.2.5
flutter_bloc: ^6.1.1
2021-01-06 19:35:57 +02:00
flutter_secure_storage: ^3.3.5
2021-01-14 23:48:05 +02:00
get_it: ^5.0.4
2020-11-29 22:07:46 +02:00
google_fonts: ^1.1.1
2021-01-06 19:35:57 +02:00
hive: ^1.4.4+1
hive_flutter: ^0.3.1
json_annotation: ^3.1.1
2020-12-02 11:16:23 +02:00
package_info: ^0.4.3+2
2020-12-01 21:08:19 +02:00
provider: ^4.3.2+2
2020-11-30 12:03:55 +02:00
url_launcher: ^5.7.10
2021-01-19 14:05:40 +02:00
wakelock: ^0.2.1+1
2020-11-29 22:07:46 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
2021-01-08 14:37:28 +02:00
basic_utils: ^2.6.3
2021-01-06 19:35:57 +02:00
build_runner: ^1.10.11
2020-12-01 13:27:13 +02:00
flutter_launcher_icons: ^0.8.1
2021-01-06 19:35:57 +02:00
hive_generator: ^0.8.2
json_serializable: ^3.5.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/
2020-12-01 14:26:29 +02:00
- assets/translations/
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