We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f5ad9 commit eae3a14Copy full SHA for eae3a14
lib/main.dart
@@ -1,7 +1,7 @@
1
import 'package:flutter/material.dart';
2
import 'package:get/get.dart';
3
-import 'screens/home/home.screen.dart';
4
import 'screens/home/home.binding.dart';
+import 'screens/home/home.screen.dart';
5
6
void main() {
7
runApp(const MyApp());
0 commit comments