mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
fc37016770
* removed unused analytics event & added `logCrash` * added analytics to `RemoteConfigService` * run app with `runZonedGuarded` * added crash logging to `CameraContainerBloc` * log product id for IAP errors * typo * log crashes in `RemoteConfigService` * ignore silent `FlutterError` * fixed `evFromImage` test * fixed `showBuyProDialog` test * log errors in console * depend on iap 0.7.2
4 lines
155 B
Dart
4 lines
155 B
Dart
import 'package:lightmeter/environment.dart';
|
|
import 'package:lightmeter/runner.dart';
|
|
|
|
Future<void> main() => runLightmeterApp(const Environment.prod());
|