From ac0bc9bd45198b7325c4e6daff7d315c3195547b Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Tue, 12 Dec 2023 07:16:39 -0800 Subject: [PATCH] CI fix? --- lib/src/models/themes/quill_icon_theme.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/models/themes/quill_icon_theme.dart b/lib/src/models/themes/quill_icon_theme.dart index a04e0fa0..c93e3857 100644 --- a/lib/src/models/themes/quill_icon_theme.dart +++ b/lib/src/models/themes/quill_icon_theme.dart @@ -1,6 +1,4 @@ -import 'package:flutter/widgets.dart' show Color; import 'package:flutter/material.dart'; -import 'package:meta/meta.dart' show immutable; @immutable class QuillIconTheme {