mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
30418a9cfd
* integrated `EquipmentProfilesStorageService` * implemented `EquipmentProfileEditScreen` * added equipment profiles screens to navigation * fixed tests * fixed splashscreen removal * replaced old `EquipmentProfilesScreen` * typo * use outlined icons * fixed storage mock for integration tests * recovered copy feature for profiles * added profile deletion to e2e test * added translations * added film translations * wip * add ability to toggle equipment profiles * lints * fixed tests * sync with iap rename * use `Toggleable` from resources * use iap 2.1.0 * use outlined edit icon
11 lines
364 B
Dart
11 lines
364 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/equipment_profile_service.dart';
|
|
export 'src/data/films_storage_service.dart';
|
|
export 'src/data/iap_storage_service.dart';
|
|
|
|
const List<Film> films = [];
|