mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
7787558713
* test granting and revoking pro features * extracted common widget tester actions * test disabling & enabling of the metering screen layout features * added integration tests to CI * added integration tests to PR check * allow matrix jobs to fail * use base64 -d * downgraded iphone version to the supported one * use proper android device name * typo in macos version * upgraded iphone version to the supported one * updated android compileSdkVersion * added google services json restoration * combined all tests in one file * removed ipa signing for ios test * debug prints :) * lints * refined tester extension and expectations * e2e test (wip) * added more expectations to e2e test * changed pickers order a bit in e2e test * added equipment profiles creation to e2e test * added film selection to e2e test * set android emulator API level to 32 * use flutter drive for integration tests * removed app pre-build * try running tests only for one platform * added no-dds to flutter drive * try running only on ios * bumped macos version * increased tests timeout * set IPHONEOS_DEPLOYMENT_TARGET = 12.0 * removed prints * Update Podfile * restore firebase_app_id_file.json * Delete run_integration_tests.sh * run e2e with all tests * reverted pr-check
65 lines
1.3 KiB
YAML
65 lines
1.3 KiB
YAML
name: lightmeter
|
|
description: Lightmeter app inspired by Material 3 design system.
|
|
publish_to: "none"
|
|
version: 0.17.2+48
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
app_settings: 4.2.0
|
|
bloc_concurrency: 0.2.2
|
|
camera: 0.10.5+2
|
|
clipboard: 0.1.3
|
|
dynamic_color: 1.6.6
|
|
exif: 3.1.4
|
|
firebase_analytics: 10.6.2
|
|
firebase_core: 2.20.0
|
|
firebase_crashlytics: 3.4.2
|
|
firebase_remote_config: 4.3.2
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_bloc: 8.1.3
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: 0.18.0
|
|
intl_utils: 2.8.2
|
|
light_sensor: 3.0.0
|
|
m3_lightmeter_iap:
|
|
git:
|
|
url: "https://github.com/vodemn/m3_lightmeter_iap"
|
|
ref: v0.8.1
|
|
m3_lightmeter_resources:
|
|
git:
|
|
url: "https://github.com/vodemn/m3_lightmeter_resources"
|
|
ref: main
|
|
material_color_utilities: 0.2.0
|
|
package_info_plus: 4.0.2
|
|
permission_handler: 10.4.3
|
|
platform: 3.1.0
|
|
shared_preferences: 2.2.0
|
|
url_launcher: 6.1.12
|
|
uuid: 3.0.7
|
|
vibration: 1.8.1
|
|
|
|
dev_dependencies:
|
|
bloc_test: 9.1.3
|
|
build_runner: 2.4.6
|
|
flutter_native_splash: 2.3.5
|
|
flutter_test:
|
|
sdk: flutter
|
|
google_fonts: 3.0.1
|
|
integration_test:
|
|
sdk: flutter
|
|
lint: 2.1.2
|
|
meta: 1.9.1
|
|
mocktail: 0.3.0
|
|
test: 1.24.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/camera_stub_image.jpg
|
|
|
|
flutter_intl:
|
|
enabled: true
|