mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
f3b08868be
- Fixed test coverage calculation - Removed `mockito` from the application mock - Implemented platform channel mocks to mimic incident light metering - Covered providers with unit tests - Covered metering screen pickers with widget tests - Laid foundation for integration tests
9 lines
268 B
Dart
9 lines
268 B
Dart
library m3_lightmeter_iap;
|
|
|
|
import 'package:m3_lightmeter_resources/m3_lightmeter_resources.dart';
|
|
|
|
export 'src/data/models/iap_product.dart';
|
|
export 'src/providers/iap_products_provider.dart';
|
|
export 'src/data/iap_storage_service.dart';
|
|
|
|
const List<Film> films = [];
|