Skip to content

Commit

Permalink
add a dev dependency on collection
Browse files Browse the repository at this point in the history
  • Loading branch information
letsar committed Dec 29, 2021
1 parent 0301122 commit 44927e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ packages:
source: hosted
version: "1.1.0"
collection:
dependency: transitive
dependency: "direct dev"
description:
name: collection
url: "https://pub.dartlang.org"
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^0.1.1
collection:

flutter:
2 changes: 0 additions & 2 deletions test/auto_close_behavior_test.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'package:collection/collection.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_slidable/flutter_slidable.dart';
import 'package:flutter_slidable/src/auto_close_behavior.dart';
import 'package:flutter_slidable/src/controller.dart';
import 'package:flutter_slidable/src/notifications.dart';
Expand Down

0 comments on commit 44927e4

Please sign in to comment.