Skip to content

Commit

Permalink
Fix: pubget 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
WonJuneKim committed Nov 30, 2023
1 parent ae9e8d2 commit 6d334ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import 'package:match/provider/routes/routes.dart';

import 'modules/create/binding/create_binding.dart';
import 'modules/event/binding/event_binding.dart';
import 'modules/home/binding/home_binding.dart';
import 'modules/match/binding/match_binding.dart';

import 'modules/friendlyMatch/main_match.dart';
Expand Down Expand Up @@ -55,8 +56,8 @@ class MyApp extends StatelessWidget {
GlobalMaterialLocalizations.delegate,
GlobalCupertinoLocalizations.delegate
],
initialRoute: "/match",
initialBinding: MatchBinding(),
initialRoute: "/splash",
initialBinding: SplashBinding(),
smartManagement: SmartManagement.full,
navigatorKey: Get.key,
);
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ flutter:
- asset/image/icon/basketball.svg
- asset/image/logo/iv_hustle_logo.png
- asset/image/logo/iv_hustleHome_logo.png
-

fonts:
- family: AppleSDGothicNeo
Expand Down

0 comments on commit 6d334ad

Please sign in to comment.