mirror of
https://github.com/Uuttssaavv/flutter-clean-architecture-riverpod.git
synced 2025-08-06 16:19:42 +08:00
5 lines
158 B
Dart
5 lines
158 B
Dart
import 'package:flutter_project/main.dart';
|
|
import 'package:flutter_project/main/app_env.dart';
|
|
|
|
Future<void> main() async => mainCommon(AppEnvironment.DEV);
|