2022-10-15 16:35:35 +00:00
|
|
|
name: lightmeter
|
|
|
|
description: A new Flutter project.
|
2022-12-14 17:33:38 +00:00
|
|
|
publish_to: "none"
|
2023-02-19 10:44:40 +00:00
|
|
|
version: 0.8.0+12
|
2022-10-15 16:35:35 +00:00
|
|
|
|
|
|
|
environment:
|
2022-12-14 17:33:38 +00:00
|
|
|
sdk: ">=2.18.0 <3.0.0"
|
2022-10-15 16:35:35 +00:00
|
|
|
|
|
|
|
dependencies:
|
2023-02-10 21:49:51 +00:00
|
|
|
app_settings: 4.2.0
|
2022-12-14 17:33:38 +00:00
|
|
|
camera: 0.10.0+4
|
|
|
|
exif: 3.1.2
|
2023-01-22 19:30:29 +00:00
|
|
|
dynamic_color: 1.5.4
|
2022-10-15 16:35:35 +00:00
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2023-01-21 10:37:49 +00:00
|
|
|
flutter_bloc: 8.1.1
|
2022-10-30 18:30:12 +00:00
|
|
|
flutter_localizations:
|
|
|
|
sdk: flutter
|
2022-12-08 12:19:36 +00:00
|
|
|
intl: 0.17.0
|
|
|
|
intl_utils: 2.8.1
|
2023-01-29 16:57:47 +00:00
|
|
|
light_sensor: 2.0.2
|
2023-01-25 10:08:11 +00:00
|
|
|
material_color_utilities: 0.2.0
|
2022-12-17 18:05:50 +00:00
|
|
|
package_info_plus: 3.0.2
|
2022-11-27 20:22:56 +00:00
|
|
|
permission_handler: 10.2.0
|
2023-01-21 10:37:49 +00:00
|
|
|
provider: 6.0.4
|
2022-12-16 08:08:12 +00:00
|
|
|
shared_preferences: 2.0.15
|
2023-01-25 10:08:11 +00:00
|
|
|
url_launcher: 6.1.8
|
2023-01-21 10:37:49 +00:00
|
|
|
vibration: 1.7.6
|
2022-10-15 16:35:35 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
2023-01-21 10:37:49 +00:00
|
|
|
google_fonts: 3.0.1
|
2022-12-16 15:52:26 +00:00
|
|
|
flutter_launcher_icons: 0.11.0
|
2023-01-21 10:37:49 +00:00
|
|
|
flutter_lints: 2.0.0
|
2022-12-16 15:52:26 +00:00
|
|
|
flutter_native_splash: 2.2.16
|
2023-01-22 19:30:29 +00:00
|
|
|
test: 1.22.2
|
2022-10-25 19:53:39 +00:00
|
|
|
|
|
|
|
dependency_overrides:
|
2023-01-25 10:08:11 +00:00
|
|
|
test_api: 0.4.16
|
2022-10-15 16:35:35 +00:00
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
|
2022-12-16 15:52:26 +00:00
|
|
|
flutter_icons:
|
|
|
|
image_path_android: "assets/launcher_icon_circle.png"
|
|
|
|
android: "launcher_icon"
|
|
|
|
adaptive_icon_background: "#fafafa"
|
|
|
|
image_path_ios: "assets/launcher_icon_square.png"
|
|
|
|
ios: true
|
|
|
|
remove_alpha_ios: true
|
2023-02-18 17:35:09 +00:00
|
|
|
min_sdk_android: 21
|
2022-12-16 15:52:26 +00:00
|
|
|
|
2022-10-30 18:30:12 +00:00
|
|
|
flutter_intl:
|
2022-12-14 17:33:38 +00:00
|
|
|
enabled: true
|