Skip to content

Commit

Permalink
Avoid relative imports (#91) (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Oct 26, 2022
1 parent 8993040 commit f5896e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include: package:pedantic/analysis_options.yaml

linter:
rules:
- always_use_package_imports
- camel_case_types
- library_names
- avoid_catching_errors
Expand Down
3 changes: 1 addition & 2 deletions lib/core/di/di_provider.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import 'package:flutter_template/core/di/di_repository_module.dart';
import 'package:flutter_template/core/di/di_utils_module.dart';
import 'package:get_it/get_it.dart';

import 'di_repository_module.dart';

abstract class DiProvider {
static bool _initialized = false;

Expand Down

0 comments on commit f5896e1

Please sign in to comment.