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

chore: applied dart fix suggestions #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

axl89
Copy link

@axl89 axl89 commented Jan 18, 2024

It's not much; but it's honest work:

axel@cursed:~/projects/android/Best-Flutter-UI-Templates$ dart fix --dry-run
Computing fixes in Best-Flutter-UI-Templates (dry run)... 1.4s

65 proposed fixes in 11 files.

best_flutter_ui_templates/lib/app_theme.dart
  deprecated_member_use • 7 fixes

best_flutter_ui_templates/lib/design_course/design_course_app_theme.dart
  deprecated_member_use • 7 fixes

best_flutter_ui_templates/lib/fitness_app/bottom_navigation_view/bottom_bar_view.dart
  duplicate_import • 2 fixes

best_flutter_ui_templates/lib/fitness_app/fitness_app_theme.dart
  deprecated_member_use • 7 fixes

best_flutter_ui_templates/lib/fitness_app/my_diary/meals_list_view.dart
  duplicate_import • 1 fix

best_flutter_ui_templates/lib/fitness_app/ui_view/title_view.dart
  deprecated_colon_for_default_value • 2 fixes

best_flutter_ui_templates/lib/hotel_booking/calendar_popup_view.dart
  deprecated_member_use • 1 fix

best_flutter_ui_templates/lib/hotel_booking/filters_screen.dart
  deprecated_member_use • 2 fixes

best_flutter_ui_templates/lib/hotel_booking/hotel_app_theme.dart
  deprecated_member_use • 28 fixes

best_flutter_ui_templates/lib/hotel_booking/hotel_home_screen.dart
  deprecated_member_use • 7 fixes

best_flutter_ui_templates/lib/hotel_booking/hotel_list_view.dart
  deprecated_member_use • 1 fix

To fix an individual diagnostic, run one of:
  dart fix --apply --code=deprecated_colon_for_default_value 
  dart fix --apply --code=deprecated_member_use 
  dart fix --apply --code=duplicate_import 

To fix all diagnostics, run:
  dart fix --apply 

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.

None yet

1 participant