mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-05-20 15:10:39 +00:00
6 lines
125 B
Dart
6 lines
125 B
Dart
![]() |
import 'package:lightmeter/environment.dart';
|
||
|
|
||
|
import 'launch_app.dart';
|
||
|
|
||
|
void main() => launchApp(const Environment.dev());
|