Skip to content

Commit

Permalink
FIX LINT: Use relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Mar 16, 2024
1 parent babf62c commit 758256a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import 'package:color_picker_example/demo/screens/color_picker/picker_indicators/premade_dialog_picker_color_indicator.dart';
import 'package:flutter/material.dart';

import '../../utils/app.dart';
import '../../widgets/flex_app_bar.dart';
import 'about.dart';
import 'all_control_widgets.dart';
import 'color_picker_card.dart';
import 'picker_indicators/premade_dialog_picker_color_indicator.dart';
import 'picker_switches/dialog_action_only_ok_button_switch.dart';
import 'picker_text_fields/text_field_focus_demo.dart';
import 'picker_toggle_buttons/actions_order_switch.dart';
Expand Down

0 comments on commit 758256a

Please sign in to comment.