From 254009e87ef1ca1d9a4cf1dc430be42c9a09adb3 Mon Sep 17 00:00:00 2001 From: Shubham Raj <54909290+Shubhamraj0106@users.noreply.github.com> Date: Thu, 1 Oct 2020 20:13:39 +0530 Subject: [PATCH] Update main.dart --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 05f7be7..f77d19a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -4,6 +4,6 @@ import 'package:flutter_uikit/myapp.dart'; void main() { // SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]); - Injector.configure(Flavor.MOCK); + Injector.configure(Flavor.MOCK);//injection in Flutter is a technique in which one object supplies the dependencies of another object runApp(MyApp()); }