Skip to content

Commit

Permalink
update github actions workflow for error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianojung committed Apr 28, 2024
1 parent f8176af commit 9104999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MyApp extends StatelessWidget {
theme: MyTheme.lightTheme,
darkTheme: MyTheme.darkTheme,
onGenerateRoute: RouteGenerator.generateRoute,
initialRoute: '/flutter_custom_carousel',
initialRoute: '/',
);
});
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.52.2
test: ^1.25.4

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit 9104999

Please sign in to comment.