mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Tweak imports
This commit is contained in:
parent
949471339b
commit
6e00d44871
6 changed files with 4 additions and 6 deletions
|
@ -8,3 +8,4 @@ linter:
|
|||
prefer_interpolation_to_compose_strings: false
|
||||
no_leading_underscores_for_local_identifiers: false
|
||||
use_build_context_synchronously: false
|
||||
directives_ordering: true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import 'dart:io';
|
||||
|
||||
import 'package:path/path.dart' as path_lib;
|
||||
import 'package:mime/mime.dart';
|
||||
import 'package:path/path.dart' as path_lib;
|
||||
|
||||
extension FileExtension on File {
|
||||
Future<String?> readMime() async {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import 'package:test/test.dart';
|
||||
import 'package:nc_photos/double_extension.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
group("DoubleExtension", () {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import 'package:test/test.dart';
|
||||
import 'package:nc_photos/string_extension.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
group("StringExtension", () {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import 'dart:async';
|
||||
import 'dart:typed_data';
|
||||
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:nc_photos_plugin/src/exception.dart';
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import 'dart:typed_data';
|
||||
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:logging/logging.dart';
|
||||
import 'package:nc_photos_plugin/src/exception.dart';
|
||||
|
|
Loading…
Reference in a new issue