Compare commits

..

No commits in common. "b2c54487e854c466ff4f8ff1fe442a972b04c5c8" and "4698ddd5fbcf18b29579c4dfe480bbc487e8caf7" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -4,8 +4,6 @@ import 'package:stacked/stacked.dart';
import 'package:yimaru_app/ui/common/app_colors.dart';
import 'package:yimaru_app/ui/common/enmus.dart';
import 'package:yimaru_app/ui/common/translations/locale_keys.g.dart';
import 'package:yimaru_app/ui/views/course/course_view.dart';
import 'package:yimaru_app/ui/views/course_catalog/course_catalog_view.dart';
import 'package:yimaru_app/ui/views/learn_program/learn_program_view.dart';
import 'package:yimaru_app/ui/views/profile/profile_view.dart';
import 'package:yimaru_app/ui/widgets/page_loading_indicator.dart';
@ -84,7 +82,7 @@ class HomeView extends StackedView<HomeViewModel> {
case 0:
return const LearnProgramView();
case 1:
return const CourseView();
return const ComingSoon();
default:
return const ProfileView();

View File

@ -1,6 +1,6 @@
name: yimaru_app
publish_to: 'none'
version: 0.1.41+43
version: 0.1.40+42
description: A new Flutter project.
environment: