diff --git a/flutter_quill_extensions/lib/presentation/embeds/utils.dart b/flutter_quill_extensions/lib/presentation/embeds/utils.dart index f8f08245..5ce82ee9 100644 --- a/flutter_quill_extensions/lib/presentation/embeds/utils.dart +++ b/flutter_quill_extensions/lib/presentation/embeds/utils.dart @@ -4,9 +4,6 @@ import 'package:flutter/foundation.dart' show immutable; import 'package:flutter/widgets.dart' show BuildContext; import '../../logic/models/config/shared_configurations.dart'; -// I would like to orgnize the project structure and the code more -// but here I don't want to change too much since that is a community project - RegExp _base64 = RegExp( r'^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=|[A-Za-z0-9+\/]{4})$', );