Skip to content

Commit

Permalink
Resolve linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbendebiene committed Nov 25, 2022
1 parent 14828ca commit e9a446a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/widgets/question_inputs/bool_input.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// ignore_for_file: unused_element
// required till https://github.com/dart-lang/sdk/issues/48401 is resolved

import 'package:flutter/material.dart';

import '/models/answer.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/widgets/question_inputs/opening_hours_input.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:flutter/material.dart';

import '/models/question_catalog/answer_definition.dart';
import 'question_input_widget.dart';


Expand Down

0 comments on commit e9a446a

Please sign in to comment.