Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linter violations #39

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Fix linter violations #39

merged 1 commit into from
Aug 17, 2023

Conversation

ootsamo
Copy link
Collaborator

@ootsamo ootsamo commented Aug 17, 2023

Fixes the following linting warnings:

   info • The imported package 'wolt_modal_sheet' isn't a dependency of the importing package • example/lib/main.dart:2:8 • depend_on_referenced_packages
   info • The import of 'package:flutter/foundation.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'
          lib/src/content/components/main_content/wolt_modal_sheet_top_bar.dart:1:8 • unnecessary_import
warning • Unused import: 'package:wolt_modal_sheet/src/modal_page/wolt_modal_sheet_page.dart' • lib/src/content/components/main_content/wolt_modal_sheet_top_bar.dart:3:8 • unused_import
warning • Unused import: 'package:wolt_modal_sheet/src/utils/wolt_layout_transformation_utils.dart' • lib/src/content/components/main_content/wolt_modal_sheet_top_bar.dart:4:8 • unused_import
warning • Unused import: 'package:demo_ui_components/demo_ui_components.dart' • playground_navigator2/lib/router/playground_router_delegate.dart:3:8 • unused_import
   info • The imported package 'wolt_responsive_layout_grid' isn't a dependency of the importing package • playground_navigator2/lib/router/playground_router_delegate.dart:12:8 •
          depend_on_referenced_packages
warning • Unused import: 'package:wolt_responsive_layout_grid/wolt_responsive_layout_grid.dart' • playground_navigator2/lib/router/playground_router_delegate.dart:12:8 • unused_import

Copy link
Collaborator

@ulusoyca ulusoyca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing these @ootsamo

@ulusoyca ulusoyca merged commit 7850005 into woltapp:main Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants