Skip to content

Commit

Permalink
#fixup wrong code path
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Nov 2, 2019
1 parent 4a38770 commit 1bc9e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/my_app_routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ const kMyAppRoutesStructure = <MyRouteGroup>[
),
MyRoute(
child: BottomSheetExample(),
sourceFilePath: 'lib/routes/nav_nav_bottom_sheet_ex.dart',
sourceFilePath: 'lib/routes/nav_bottom_sheet_ex.dart',
title: 'Bottom sheet',
links: {
'Medium article':
Expand Down Expand Up @@ -561,7 +561,7 @@ const kMyAppRoutesStructure = <MyRouteGroup>[
),
MyRoute(
child: HiveExample(),
sourceFilePath: 'lib/routes/persistence_sembast_ex.dart',
sourceFilePath: 'lib/routes/persistence_hive_ex.dart',
title: 'Hive',
description:
'Easier NoSQL db with less bolierplate code. Mini todo CRUD app.',
Expand Down

0 comments on commit 1bc9e34

Please sign in to comment.