mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-18 15:46:41 +00:00
Compare commits
No commits in common. "c9785a3a6c75b149118470f0abbf44deaa5a903a" and "c18eb3745d3c97bba8cc701db45d6014aa213cd6" have entirely different histories.
c9785a3a6c
...
c18eb3745d
3 changed files with 2 additions and 3 deletions
|
@ -106,5 +106,6 @@ flutter {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation "com.android.billingclient:billing-ktx:6.0.0"
|
||||||
implementation "com.google.firebase:firebase-analytics:17.4.1"
|
implementation "com.google.firebase:firebase-analytics:17.4.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,6 +53,4 @@
|
||||||
<uses-permission android:name="android.permission.RECORD_AUDIO" tools:node="remove" />
|
<uses-permission android:name="android.permission.RECORD_AUDIO" tools:node="remove" />
|
||||||
<uses-permission android:name="android.permission.MICROPHONE" tools:node="remove" />
|
<uses-permission android:name="android.permission.MICROPHONE" tools:node="remove" />
|
||||||
<uses-feature android:name="android.hardware.microphone" android:required="false" />
|
<uses-feature android:name="android.hardware.microphone" android:required="false" />
|
||||||
|
|
||||||
<uses-permission android:name="com.android.vending.BILLING" />
|
|
||||||
</manifest>
|
</manifest>
|
|
@ -136,8 +136,8 @@ void testE2E(String description) {
|
||||||
);
|
);
|
||||||
|
|
||||||
/// Set another film and another ISO
|
/// Set another film and another ISO
|
||||||
await tester.openPickerAndSelect<FilmPicker, Film>(mockFilms[1].name);
|
|
||||||
await tester.openPickerAndSelect<IsoValuePicker, IsoValue>('200');
|
await tester.openPickerAndSelect<IsoValuePicker, IsoValue>('200');
|
||||||
|
await tester.openPickerAndSelect<FilmPicker, Film>(mockFilms[1].name);
|
||||||
await _expectMeteringStateAndMeasure(
|
await _expectMeteringStateAndMeasure(
|
||||||
tester,
|
tester,
|
||||||
equipmentProfile: mockEquipmentProfiles[1],
|
equipmentProfile: mockEquipmentProfiles[1],
|
||||||
|
|
Loading…
Reference in a new issue