diff --git a/lib/features/composer/presentation/widgets/email_address_input_builder.dart b/lib/features/composer/presentation/widgets/email_address_input_builder.dart index e8f527b7d..ca884a177 100644 --- a/lib/features/composer/presentation/widgets/email_address_input_builder.dart +++ b/lib/features/composer/presentation/widgets/email_address_input_builder.dart @@ -7,7 +7,7 @@ import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:get/get.dart'; import 'package:jmap_dart_client/jmap/mail/email/email_address.dart'; -import 'package:material_tag_editor/tag_editor.dart'; +import 'package:super_tag_editor/tag_editor.dart'; import 'package:model/model.dart'; import 'package:tmail_ui_user/features/composer/presentation/extensions/prefix_email_address_extension.dart'; import 'package:tmail_ui_user/main/localizations/app_localizations.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 9d411b4f5..0349919bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -85,11 +85,8 @@ dependencies: # file_size filesize: 2.0.1 - # material_tag_editor - material_tag_editor: - git: - url: https://github.com/dab246/material_tag_editor.git - ref: feature/support_suggestion_box + # super_tag_editor + super_tag_editor: 0.0.1 # uuid uuid: 3.0.4