Skip to content

Commit

Permalink
🚨 Fix more linter hints
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 13, 2021
1 parent fb628aa commit 2828a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/constants/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import 'dart:async';
import 'dart:developer';

import 'package:flutter/widgets.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:wechat_camera_picker/wechat_camera_picker.dart';

export 'package:photo_manager/photo_manager.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/src/widget/camera_picker_viewer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import 'dart:async';
import 'dart:io';
import 'dart:typed_data';

import 'package:flutter/material.dart';
import 'package:camera/camera.dart';
import 'package:flutter/material.dart';
import 'package:path/path.dart' as path;
import 'package:video_player/video_player.dart';

Expand Down

0 comments on commit 2828a0e

Please sign in to comment.