parent
f0459ba4d5
commit
c0f0ded452
26 changed files with 26 additions and 26 deletions
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
@ -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'; |
||||
|
Loading…
Reference in new issue