Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgioGTelian authored Feb 6, 2024
1 parent 2a9f042 commit d42f6b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import 'pages/home/food_page_body.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await dep.init();
Get.put(CartController());
runApp(const MyApp());
}

Expand Down

0 comments on commit d42f6b7

Please sign in to comment.