selfprivacy.org.app/pubspec.yaml

57 lines
1.1 KiB
YAML
Raw Normal View History

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