Skip to content

Commit

Permalink
Add collection package
Browse files Browse the repository at this point in the history
  • Loading branch information
solid-danylokhvan committed Jul 4, 2023
1 parent 0e12a40 commit 6fff4c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/core/controllers/colored_text_editing_controller.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import 'dart:math';

import 'package:collection/collection.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
import 'package:languagetool_textfield/core/enums/mistake_type.dart';
import 'package:languagetool_textfield/domain/highlight_style.dart';
import 'package:languagetool_textfield/domain/language_check_service.dart';
import 'package:languagetool_textfield/domain/mistake.dart';
import 'package:languagetool_textfield/utils/extensions/iterable_extension.dart';
import 'package:languagetool_textfield/utils/mistake_popup.dart';

/// A TextEditingController with overrides buildTextSpan for building
Expand Down
14 changes: 0 additions & 14 deletions lib/utils/extensions/iterable_extension.dart

This file was deleted.

1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ environment:
flutter: ">=1.17.0"

dependencies:
collection: ^1.17.1
flutter:
sdk: flutter
language_tool: ^2.1.1
Expand Down

0 comments on commit 6fff4c8

Please sign in to comment.