Skip to content

Commit

Permalink
Merge pull request #22 from Rexios80/remove-flutter
Browse files Browse the repository at this point in the history
Remove unnecessary flutter dependency
  • Loading branch information
nixrajput authored Jan 25, 2023
2 parents b379c83 + 8c195a6 commit 36695fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ environment:
sdk: ">=2.18.0 <3.0.0"

dependencies:
flutter:
sdk: flutter

intl: ^0.18.0

dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^2.0.1
test: ^1.22.2
2 changes: 1 addition & 1 deletion test/get_time_ago_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:get_time_ago/get_time_ago.dart';
import 'package:test/test.dart';

final now = DateTime.now();

Expand Down

0 comments on commit 36695fc

Please sign in to comment.