Skip to content

Commit

Permalink
coverage: Add part of fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
wizlif committed Sep 28, 2022
1 parent 52b6394 commit 92afbf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/presentation/core/routes/app_page.ext.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
part of 'app_page.dart';
part of 'package:collaction_app/presentation/core/routes/app_page.dart';

extension AppPageExt on AppPage {
// Route paths
Expand Down
2 changes: 1 addition & 1 deletion lib/presentation/home/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';

import '../../../presentation/themes/constants.dart';
import '../core/collaction_icons.dart';
import '../themes/constants.dart';

part 'widgets/home_nav.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/presentation/home/widgets/home_nav.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
part of '../home_screen.dart';
part of 'package:collaction_app/presentation/home/home_screen.dart';

/// Home page navigation bar
Widget bottomNavbar(BuildContext context) {
Expand Down

0 comments on commit 92afbf2

Please sign in to comment.