From c0f0ded452a8c5ff8c4066d82d59ad8de8368a60 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Sat, 22 May 2021 18:26:26 -0700 Subject: [PATCH] Fix relative path --- lib/models/documents/attribute.dart | 2 +- lib/models/documents/document.dart | 2 +- lib/models/documents/history.dart | 2 +- lib/models/documents/style.dart | 2 +- lib/models/quill_delta.dart | 2 +- lib/models/rules/delete.dart | 2 +- lib/models/rules/format.dart | 2 +- lib/models/rules/insert.dart | 2 +- lib/models/rules/rule.dart | 2 +- lib/utils/color.dart | 2 +- lib/utils/diff_delta.dart | 2 +- lib/widgets/box.dart | 2 +- lib/widgets/controller.dart | 2 +- lib/widgets/cursor.dart | 2 +- lib/widgets/default_styles.dart | 2 +- lib/widgets/delegate.dart | 2 +- lib/widgets/editor.dart | 2 +- lib/widgets/image.dart | 2 +- lib/widgets/keyboard_listener.dart | 2 +- lib/widgets/proxy.dart | 2 +- lib/widgets/raw_editor.dart | 2 +- lib/widgets/simple_viewer.dart | 2 +- lib/widgets/text_block.dart | 2 +- lib/widgets/text_line.dart | 2 +- lib/widgets/text_selection.dart | 2 +- lib/widgets/toolbar.dart | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/lib/models/documents/attribute.dart b/lib/models/documents/attribute.dart index 7411e232..e106383e 100644 --- a/lib/models/documents/attribute.dart +++ b/lib/models/documents/attribute.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/models/documents/attribute.dart'; +export '../../src/models/documents/attribute.dart'; diff --git a/lib/models/documents/document.dart b/lib/models/documents/document.dart index d946618a..a187d19d 100644 --- a/lib/models/documents/document.dart +++ b/lib/models/documents/document.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/models/documents/document.dart'; +export '../../src/models/documents/document.dart'; diff --git a/lib/models/documents/history.dart b/lib/models/documents/history.dart index 3ff6870e..b07c8e33 100644 --- a/lib/models/documents/history.dart +++ b/lib/models/documents/history.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/models/documents/history.dart'; +export '../../src/models/documents/history.dart'; diff --git a/lib/models/documents/style.dart b/lib/models/documents/style.dart index a4e06de4..6df9412b 100644 --- a/lib/models/documents/style.dart +++ b/lib/models/documents/style.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/models/documents/style.dart'; +export '../../src/models/documents/style.dart'; diff --git a/lib/models/quill_delta.dart b/lib/models/quill_delta.dart index 477fbe33..796d68ca 100644 --- a/lib/models/quill_delta.dart +++ b/lib/models/quill_delta.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/models/quill_delta.dart'; +export '../src/models/quill_delta.dart'; diff --git a/lib/models/rules/delete.dart b/lib/models/rules/delete.dart index 65a27b0e..0430686b 100644 --- a/lib/models/rules/delete.dart +++ b/lib/models/rules/delete.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/models/rules/delete.dart'; +export '../../src/models/rules/delete.dart'; diff --git a/lib/models/rules/format.dart b/lib/models/rules/format.dart index e6251d03..7d642af3 100644 --- a/lib/models/rules/format.dart +++ b/lib/models/rules/format.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/models/rules/format.dart'; +export '../../src/models/rules/format.dart'; diff --git a/lib/models/rules/insert.dart b/lib/models/rules/insert.dart index 4dfe6ab7..04e7a4fa 100644 --- a/lib/models/rules/insert.dart +++ b/lib/models/rules/insert.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/models/rules/insert.dart'; +export '../../src/models/rules/insert.dart'; diff --git a/lib/models/rules/rule.dart b/lib/models/rules/rule.dart index 11026f46..ccea0dda 100644 --- a/lib/models/rules/rule.dart +++ b/lib/models/rules/rule.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/models/rules/rule.dart'; +export '../../src/models/rules/rule.dart'; diff --git a/lib/utils/color.dart b/lib/utils/color.dart index f126cf52..cfd8f803 100644 --- a/lib/utils/color.dart +++ b/lib/utils/color.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/utils/color.dart'; +export '../src/utils/color.dart'; diff --git a/lib/utils/diff_delta.dart b/lib/utils/diff_delta.dart index 08d30f51..607093c4 100644 --- a/lib/utils/diff_delta.dart +++ b/lib/utils/diff_delta.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../../src/utils/diff_delta.dart'; +export '../src/utils/diff_delta.dart'; diff --git a/lib/widgets/box.dart b/lib/widgets/box.dart index d97c610a..511c8149 100644 --- a/lib/widgets/box.dart +++ b/lib/widgets/box.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/box.dart'; +export '../src/widgets/box.dart'; diff --git a/lib/widgets/controller.dart b/lib/widgets/controller.dart index e1177f78..82cab553 100644 --- a/lib/widgets/controller.dart +++ b/lib/widgets/controller.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/controller.dart'; +export '../src/widgets/controller.dart'; diff --git a/lib/widgets/cursor.dart b/lib/widgets/cursor.dart index 3528ad16..540c9011 100644 --- a/lib/widgets/cursor.dart +++ b/lib/widgets/cursor.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/cursor.dart'; +export '../src/widgets/cursor.dart'; diff --git a/lib/widgets/default_styles.dart b/lib/widgets/default_styles.dart index 3fffda6f..6dd63fc8 100644 --- a/lib/widgets/default_styles.dart +++ b/lib/widgets/default_styles.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/default_styles.dart'; +export '../src/widgets/default_styles.dart'; diff --git a/lib/widgets/delegate.dart b/lib/widgets/delegate.dart index c1db553e..3a5057d2 100644 --- a/lib/widgets/delegate.dart +++ b/lib/widgets/delegate.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/delegate.dart'; +export '../src/widgets/delegate.dart'; diff --git a/lib/widgets/editor.dart b/lib/widgets/editor.dart index c0d754f9..db30762d 100644 --- a/lib/widgets/editor.dart +++ b/lib/widgets/editor.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/editor.dart'; +export '../src/widgets/editor.dart'; diff --git a/lib/widgets/image.dart b/lib/widgets/image.dart index 41a8a235..547279d1 100644 --- a/lib/widgets/image.dart +++ b/lib/widgets/image.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/image.dart'; +export '../src/widgets/image.dart'; diff --git a/lib/widgets/keyboard_listener.dart b/lib/widgets/keyboard_listener.dart index 0ee8d6e7..20c72b74 100644 --- a/lib/widgets/keyboard_listener.dart +++ b/lib/widgets/keyboard_listener.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/keyboard_listener.dart'; +export '../src/widgets/keyboard_listener.dart'; diff --git a/lib/widgets/proxy.dart b/lib/widgets/proxy.dart index 6d17bb7d..247f4897 100644 --- a/lib/widgets/proxy.dart +++ b/lib/widgets/proxy.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/proxy.dart'; +export '../src/widgets/proxy.dart'; diff --git a/lib/widgets/raw_editor.dart b/lib/widgets/raw_editor.dart index cf483dd1..84ebf6f2 100644 --- a/lib/widgets/raw_editor.dart +++ b/lib/widgets/raw_editor.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/raw_editor.dart'; +export '../src/widgets/raw_editor.dart'; diff --git a/lib/widgets/simple_viewer.dart b/lib/widgets/simple_viewer.dart index 219babec..fbea8404 100644 --- a/lib/widgets/simple_viewer.dart +++ b/lib/widgets/simple_viewer.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/simple_viewer.dart'; +export '../src/widgets/simple_viewer.dart'; diff --git a/lib/widgets/text_block.dart b/lib/widgets/text_block.dart index 3e46ea80..b58e01ae 100644 --- a/lib/widgets/text_block.dart +++ b/lib/widgets/text_block.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/text_block.dart'; +export '../src/widgets/text_block.dart'; diff --git a/lib/widgets/text_line.dart b/lib/widgets/text_line.dart index 7c8dcc80..0d0e4098 100644 --- a/lib/widgets/text_line.dart +++ b/lib/widgets/text_line.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/text_line.dart'; +export '../src/widgets/text_line.dart'; diff --git a/lib/widgets/text_selection.dart b/lib/widgets/text_selection.dart index b35db3ea..e4c3f5e4 100644 --- a/lib/widgets/text_selection.dart +++ b/lib/widgets/text_selection.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/text_selection.dart'; +export '../src/widgets/text_selection.dart'; diff --git a/lib/widgets/toolbar.dart b/lib/widgets/toolbar.dart index c47f1353..1f9d4827 100644 --- a/lib/widgets/toolbar.dart +++ b/lib/widgets/toolbar.dart @@ -1,3 +1,3 @@ /// TODO: Remove this file in the next breaking release, because implementation /// files should be located in the src folder, https://bit.ly/3fA23Yz. -export '../../src/widgets/toolbar.dart'; +export '../src/widgets/toolbar.dart';