2022-10-15 16:35:35 +00:00
|
|
|
name: lightmeter
|
2023-09-02 08:32:08 +00:00
|
|
|
description: Lightmeter app inspired by Material 3 design system.
|
2022-12-14 17:33:38 +00:00
|
|
|
publish_to: "none"
|
2024-11-17 09:13:00 +00:00
|
|
|
version: 1.0.0+55
|
2022-10-15 16:35:35 +00:00
|
|
|
|
|
|
|
environment:
|
2023-05-11 13:30:18 +00:00
|
|
|
sdk: ">=3.0.0 <4.0.0"
|
2022-10-15 16:35:35 +00:00
|
|
|
|
|
|
|
dependencies:
|
2025-01-06 11:13:44 +00:00
|
|
|
app_settings: ^5.1.1
|
2024-09-23 14:08:30 +00:00
|
|
|
auto_size_text: 3.0.0
|
2025-01-06 11:13:44 +00:00
|
|
|
bloc_concurrency: ^0.2.5
|
|
|
|
camera: ^0.11.0+2
|
2023-05-08 15:13:43 +00:00
|
|
|
clipboard: 0.1.3
|
2024-11-03 19:16:01 +00:00
|
|
|
collection: any
|
2024-05-20 15:08:37 +00:00
|
|
|
dynamic_color: 1.7.0
|
2025-01-06 11:13:44 +00:00
|
|
|
exif: ^3.3.0
|
2023-10-31 17:42:25 +00:00
|
|
|
firebase_analytics: 10.6.2
|
|
|
|
firebase_core: 2.20.0
|
|
|
|
firebase_crashlytics: 3.4.2
|
|
|
|
firebase_remote_config: 4.3.2
|
2022-10-15 16:35:35 +00:00
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2025-01-06 11:13:44 +00:00
|
|
|
flutter_bloc: ^8.1.6
|
2022-10-30 18:30:12 +00:00
|
|
|
flutter_localizations:
|
|
|
|
sdk: flutter
|
2025-01-06 11:13:44 +00:00
|
|
|
flutter_native_splash: ^2.4.4
|
|
|
|
intl: ^0.19.0
|
|
|
|
intl_utils: ^2.8.7
|
2023-10-20 14:12:43 +00:00
|
|
|
light_sensor: 3.0.0
|
2023-09-02 08:32:08 +00:00
|
|
|
m3_lightmeter_iap:
|
|
|
|
git:
|
|
|
|
url: "https://github.com/vodemn/m3_lightmeter_iap"
|
2024-11-11 16:20:12 +00:00
|
|
|
ref: v2.1.0
|
2023-03-30 19:24:18 +00:00
|
|
|
m3_lightmeter_resources:
|
|
|
|
git:
|
|
|
|
url: "https://github.com/vodemn/m3_lightmeter_resources"
|
2024-11-11 16:20:12 +00:00
|
|
|
ref: v2.1.0
|
2024-04-06 17:14:37 +00:00
|
|
|
material_color_utilities: 0.5.0
|
2024-04-10 20:30:35 +00:00
|
|
|
package_info_plus: 4.2.0
|
2025-01-06 11:13:44 +00:00
|
|
|
permission_handler: ^11.3.1
|
|
|
|
platform: ^3.1.5
|
2023-09-02 08:32:08 +00:00
|
|
|
shared_preferences: 2.2.0
|
2025-01-06 11:13:44 +00:00
|
|
|
url_launcher:
|
|
|
|
url_launcher_ios: ^6.3.2
|
2023-03-30 19:24:18 +00:00
|
|
|
uuid: 3.0.7
|
2025-01-06 11:13:44 +00:00
|
|
|
vibration: ^2.0.1
|
2022-10-15 16:35:35 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
2025-01-06 11:13:44 +00:00
|
|
|
args: ^2.6.0
|
|
|
|
bloc_test: ^9.1.7
|
|
|
|
build_runner: ^2.4.14
|
2023-06-20 06:43:49 +00:00
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2024-04-12 06:07:20 +00:00
|
|
|
golden_toolkit: 0.15.0
|
2025-01-06 11:13:44 +00:00
|
|
|
google_fonts: ^4.0.4
|
|
|
|
image: ^4.3.0
|
2023-09-28 21:29:33 +00:00
|
|
|
integration_test:
|
|
|
|
sdk: flutter
|
2025-01-06 11:13:44 +00:00
|
|
|
lint: ^2.3.0
|
|
|
|
logging: ^1.3.0
|
|
|
|
meta: ^1.15.0
|
|
|
|
mocktail: ^1.0.4
|
|
|
|
test: ^1.25.8
|
2022-10-15 16:35:35 +00:00
|
|
|
|
2024-05-20 15:08:37 +00:00
|
|
|
dependency_overrides:
|
|
|
|
material_color_utilities: 0.11.1
|
|
|
|
|
2022-10-15 16:35:35 +00:00
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
2023-10-31 17:42:25 +00:00
|
|
|
assets:
|
2023-09-28 21:29:33 +00:00
|
|
|
- assets/camera_stub_image.jpg
|
2024-05-22 20:46:46 +00:00
|
|
|
- assets/release_notes/
|
2022-10-15 16:35:35 +00:00
|
|
|
|
2022-10-30 18:30:12 +00:00
|
|
|
flutter_intl:
|
2022-12-14 17:33:38 +00:00
|
|
|
enabled: true
|