Skip to content

Commit

Permalink
Remove unused meta package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pmundt committed Mar 3, 2021
1 parent 9f36700 commit 6917e97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/src/vin_decoder_base.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:meta/meta.dart';
import 'manufacturers.dart';
import 'nhtsa_model.dart';
import 'year_map.dart';
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
meta: ^1.3.0
basic_utils: ^3.0.0-nullsafety.0
http: ^0.13.0
random_string: ^2.2.0-nullsafety
Expand Down

0 comments on commit 6917e97

Please sign in to comment.