Compare commits

..

No commits in common. "5c858aad02546c861d7346fcc5ad0163b4c56958" and "c520845f4c3e7e0e8a5d9e84aba329b507067e5f" have entirely different histories.

View file

@ -115,7 +115,7 @@ void main() {
IAPProviders(
sharedPreferences: _MockSharedPreferences(),
child: EquipmentProfiles(
selected: _mockEquipmentProfiles[0],
selected: _mockEquipmentProfiles[1],
values: _mockEquipmentProfiles,
child: Films(
selected: const Film('Ilford HP5+', 400),
@ -264,12 +264,12 @@ final _mockEquipmentProfiles = [
name: 'Praktica + Zenitar',
apertureValues: ApertureValue.values.sublist(
ApertureValue.values.indexOf(const ApertureValue(1.7, StopType.half)),
ApertureValue.values.indexOf(const ApertureValue(16, StopType.full)) + 1,
ApertureValue.values.indexOf(const ApertureValue(16, StopType.full)),
),
ndValues: NdValue.values.sublist(0, 3),
shutterSpeedValues: ShutterSpeedValue.values.sublist(
ShutterSpeedValue.values.indexOf(const ShutterSpeedValue(1000, true, StopType.full)),
ShutterSpeedValue.values.indexOf(const ShutterSpeedValue(16, false, StopType.full)) + 1,
ShutterSpeedValue.values.indexOf(const ShutterSpeedValue(16, false, StopType.full)),
),
isoValues: const [
IsoValue(50, StopType.full),