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"
|
2022-10-15 16:35:35 +00:00
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
|
|
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:
|
2022-12-14 17:33:38 +00:00
|
|
|
camera: 0.10.0+4
|
|
|
|
exif: 3.1.2
|
2022-10-15 16:35:35 +00:00
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2022-10-29 18:02:45 +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
|
2022-10-25 19:53:39 +00:00
|
|
|
material_color_utilities: ^0.2.0
|
2022-11-27 20:22:56 +00:00
|
|
|
permission_handler: 10.2.0
|
2022-10-30 18:06:51 +00:00
|
|
|
provider: ^6.0.4
|
2022-10-15 16:35:35 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
2022-10-25 19:53:39 +00:00
|
|
|
google_fonts: ^3.0.1
|
2022-10-15 16:35:35 +00:00
|
|
|
flutter_lints: ^2.0.0
|
2022-10-25 19:53:39 +00:00
|
|
|
test: ^1.21.6
|
|
|
|
|
|
|
|
dependency_overrides:
|
|
|
|
material_color_utilities: ^0.2.0
|
2022-10-15 16:35:35 +00:00
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
|
|
# assets:
|
|
|
|
# - images/a_dot_burr.jpeg
|
|
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
|
|
# https://flutter.dev/assets-and-images/#resolution-aware
|
|
|
|
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
|
|
# https://flutter.dev/assets-and-images/#from-packages
|
|
|
|
|
|
|
|
# To add custom fonts to your application, add a fonts section here,
|
|
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
|
|
# list giving the asset and other descriptors for the font. For
|
|
|
|
# example:
|
|
|
|
# fonts:
|
|
|
|
# - family: Schyler
|
|
|
|
# fonts:
|
|
|
|
# - asset: fonts/Schyler-Regular.ttf
|
|
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
|
|
# style: italic
|
|
|
|
# - family: Trajan Pro
|
|
|
|
# fonts:
|
|
|
|
# - asset: fonts/TrajanPro.ttf
|
|
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|
|
|
|
# weight: 700
|
|
|
|
#
|
|
|
|
# For details regarding fonts from package dependencies,
|
|
|
|
# see https://flutter.dev/custom-fonts/#from-packages
|
2022-10-30 18:30:12 +00:00
|
|
|
|
|
|
|
flutter_intl:
|
2022-12-14 17:33:38 +00:00
|
|
|
enabled: true
|