Sfoglia il codice sorgente

chore: rename flowy_editor to appflowy_editor

Lucas.Xu 2 anni fa
parent
commit
862265037a
100 ha cambiato i file con 13 aggiunte e 13 eliminazioni
  1. 0 0
      frontend/app_flowy/packages/appflowy_editor/.gitignore
  2. 0 0
      frontend/app_flowy/packages/appflowy_editor/.metadata
  3. 0 0
      frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md
  4. 0 0
      frontend/app_flowy/packages/appflowy_editor/LICENSE
  5. 10 10
      frontend/app_flowy/packages/appflowy_editor/README.md
  6. 0 0
      frontend/app_flowy/packages/appflowy_editor/analysis_options.yaml
  7. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/document.json
  8. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/check.svg
  9. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/point.svg
  10. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/bullets.svg
  11. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/checkbox.svg
  12. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h1.svg
  13. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h2.svg
  14. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h3.svg
  15. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/number.svg
  16. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/text.svg
  17. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/quote.svg
  18. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/bold.svg
  19. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/bulleted_list.svg
  20. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/code.svg
  21. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/divider.svg
  22. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/italic.svg
  23. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/number_list.svg
  24. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/quote.svg
  25. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/strikethrough.svg
  26. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/underline.svg
  27. 0 0
      frontend/app_flowy/packages/appflowy_editor/assets/images/uncheck.svg
  28. 0 0
      frontend/app_flowy/packages/appflowy_editor/documentation/contributing.md
  29. 2 2
      frontend/app_flowy/packages/appflowy_editor/documentation/customizing.md
  30. 0 0
      frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_component.gif
  31. 0 0
      frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_shortcut_event_after.gif
  32. 0 0
      frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_shortcut_event_before.gif
  33. 0 0
      frontend/app_flowy/packages/appflowy_editor/documentation/images/example.png
  34. 0 0
      frontend/app_flowy/packages/appflowy_editor/documentation/images/reporting_bugs.png
  35. 1 1
      frontend/app_flowy/packages/appflowy_editor/documentation/testing.md
  36. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/.gitignore
  37. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/.metadata
  38. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/README.md
  39. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/analysis_options.yaml
  40. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/.gitignore
  41. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/build.gradle
  42. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/debug/AndroidManifest.xml
  43. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/AndroidManifest.xml
  44. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt
  45. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/drawable-v21/launch_background.xml
  46. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/drawable/launch_background.xml
  47. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  48. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  49. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  50. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  51. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  52. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/values-night/styles.xml
  53. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/values/styles.xml
  54. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/app/src/profile/AndroidManifest.xml
  55. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/build.gradle
  56. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/gradle.properties
  57. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/gradle/wrapper/gradle-wrapper.properties
  58. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/android/settings.gradle
  59. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/assets/big_document.json
  60. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/assets/example.json
  61. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/.gitignore
  62. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Flutter/AppFrameworkInfo.plist
  63. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Flutter/Debug.xcconfig
  64. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Flutter/Release.xcconfig
  65. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Podfile
  66. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/project.pbxproj
  67. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  68. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  69. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  70. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
  71. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcworkspace/contents.xcworkspacedata
  72. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  73. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  74. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/AppDelegate.swift
  75. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
  76. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  77. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  78. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  79. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  80. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  81. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  82. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  83. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  84. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  85. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  86. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  87. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  88. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  89. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  90. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
  91. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
  92. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
  93. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected]
  94. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected]
  95. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
  96. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Base.lproj/LaunchScreen.storyboard
  97. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Base.lproj/Main.storyboard
  98. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Info.plist
  99. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Runner-Bridging-Header.h
  100. 0 0
      frontend/app_flowy/packages/appflowy_editor/example/lib/expandable_floating_action_button.dart

+ 0 - 0
frontend/app_flowy/packages/flowy_editor/.gitignore → frontend/app_flowy/packages/appflowy_editor/.gitignore


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/.metadata → frontend/app_flowy/packages/appflowy_editor/.metadata


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/CHANGELOG.md → frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/LICENSE → frontend/app_flowy/packages/appflowy_editor/LICENSE


+ 10 - 10
frontend/app_flowy/packages/flowy_editor/README.md → frontend/app_flowy/packages/appflowy_editor/README.md

@@ -17,7 +17,7 @@ and the Flutter guide for
 
 
 <div align="center">
-    <img src="https://raw.githubusercontent.com/LucasXu0/AppFlowy/documentation/flowy_editor/frontend/app_flowy/packages/flowy_editor/documentation/images/example.png" width = "900"/>
+    <img src="https://raw.githubusercontent.com/LucasXu0/AppFlowy/documentation/appflowy_editor/frontend/app_flowy/packages/appflowy_editor/documentation/images/example.png" width = "900"/>
 </div>
 
 ## Features
@@ -30,13 +30,13 @@ and the Flutter guide for
 * Test-covered
     * Current code coverage >= 63%, we will still continue to add more test cases.
 
-> Due to the extensible structure and the increase in functionality, we encourage each commit to add test case code under test to ensure that the other committer does not have to worry about their code affecting the existing logic as much as possible. For more testing information, please check [TESTING.md](https://github.com/LucasXu0/AppFlowy/blob/documentation/flowy_editor/frontend/app_flowy/packages/flowy_editor/documentation/testing.md)
+> Due to the extensible structure and the increase in functionality, we encourage each commit to add test case code under test to ensure that the other committer does not have to worry about their code affecting the existing logic as much as possible. For more testing information, please check [TESTING.md](https://github.com/LucasXu0/AppFlowy/blob/documentation/appflowy_editor/frontend/app_flowy/packages/appflowy_editor/documentation/testing.md)
 
 
 ## Getting started
 
 ```shell
-flutter pub add flowy_editor
+flutter pub add appflowy_editor
 flutter pub get
 ```
 
@@ -66,7 +66,7 @@ final editor = AppFlowyEditor(
 For more. Run the example.
 ```shell
 git clone https://github.com/AppFlowy-IO/AppFlowy.git
-cd frontend/app_flowy/packages/flowy_editor/example
+cd frontend/app_flowy/packages/appflowy_editor/example
 flutter run
 ```
 
@@ -81,13 +81,13 @@ Please refer to [customizing a shortcut event](documentation/customizing.md#cust
 
 ## Code Examples
 * Customizing a component.
-    * [Checkbox Text](https://github.com/LucasXu0/AppFlowy/blob/documentation/flowy_editor/frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text/checkbox_text.dart) - Showing how to extend new styles based on existing rich text components.
-    * [Image](https://github.com/LucasXu0/AppFlowy/blob/documentation/flowy_editor/frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart) - Showing how to extend a new node and render it.
-    * More examples. [Rich text plugins](https://github.com/LucasXu0/AppFlowy/tree/documentation/flowy_editor/frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text)
+    * [Checkbox Text](https://github.com/LucasXu0/AppFlowy/blob/documentation/appflowy_editor/frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/checkbox_text.dart) - Showing how to extend new styles based on existing rich text components.
+    * [Image](https://github.com/LucasXu0/AppFlowy/blob/documentation/appflowy_editor/frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/image_node_widget.dart) - Showing how to extend a new node and render it.
+    * More examples. [Rich text plugins](https://github.com/LucasXu0/AppFlowy/tree/documentation/appflowy_editor/frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text)
 * Customizing a shortcut event.
-    * [BIUS](https://github.com/LucasXu0/AppFlowy/blob/documentation/flowy_editor/frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/update_text_style_by_command_x_handler.dart) - Showing how to make text bold/italic/underline/strikethrough through shortcut keys
-    * [Paste HTML](https://github.com/LucasXu0/AppFlowy/blob/documentation/flowy_editor/frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart) - Showing how to handle pasted styles through shortcut keys
-    * More examples. [Internal key event handlers](https://github.com/LucasXu0/AppFlowy/tree/documentation/flowy_editor/frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers)
+    * [BIUS](https://github.com/LucasXu0/AppFlowy/blob/documentation/appflowy_editor/frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/update_text_style_by_command_x_handler.dart) - Showing how to make text bold/italic/underline/strikethrough through shortcut keys
+    * [Paste HTML](https://github.com/LucasXu0/AppFlowy/blob/documentation/appflowy_editor/frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart) - Showing how to handle pasted styles through shortcut keys
+    * More examples. [Internal key event handlers](https://github.com/LucasXu0/AppFlowy/tree/documentation/appflowy_editor/frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers)
 
 ## Glossary
 We are working on more detailed instructions, for now please refer to the API documentation.

+ 0 - 0
frontend/app_flowy/packages/flowy_editor/analysis_options.yaml → frontend/app_flowy/packages/appflowy_editor/analysis_options.yaml


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/document.json → frontend/app_flowy/packages/appflowy_editor/assets/document.json


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/check.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/check.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/point.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/point.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/popup_list/bullets.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/bullets.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/popup_list/checkbox.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/checkbox.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/popup_list/h1.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h1.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/popup_list/h2.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h2.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/popup_list/h3.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h3.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/popup_list/number.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/number.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/popup_list/text.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/text.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/quote.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/quote.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/toolbar/bold.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/bold.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/toolbar/bulleted_list.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/bulleted_list.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/toolbar/code.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/code.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/toolbar/divider.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/divider.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/toolbar/italic.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/italic.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/toolbar/number_list.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/number_list.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/toolbar/quote.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/quote.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/toolbar/strikethrough.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/strikethrough.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/toolbar/underline.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/toolbar/underline.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/assets/images/uncheck.svg → frontend/app_flowy/packages/appflowy_editor/assets/images/uncheck.svg


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/documentation/contributing.md → frontend/app_flowy/packages/appflowy_editor/documentation/contributing.md


+ 2 - 2
frontend/app_flowy/packages/flowy_editor/documentation/customizing.md → frontend/app_flowy/packages/appflowy_editor/documentation/customizing.md

@@ -29,7 +29,7 @@ Nothing will happen after typing `_xxx_`.
 Next, we will create a function to handler underscore input.
 
 ```dart
-import 'package:flowy_editor/appflowy_editor.dart';
+import 'package:appflowy_editor/appflowy_editor.dart';
 import 'package:flutter/material.dart';
 import 'package:flutter/services.dart';
 
@@ -156,7 +156,7 @@ Then, we create a class that inherits [NodeWidgetBuilder](). As shown in the aut
 
 
 ```dart
-import 'package:flowy_editor/appflowy_editor.dart';
+import 'package:appflowy_editor/appflowy_editor.dart';
 import 'package:flutter/material.dart';
 
 class NetworkImageNodeWidgetBuilder extends NodeWidgetBuilder {

+ 0 - 0
frontend/app_flowy/packages/flowy_editor/documentation/images/customizing_a_component.gif → frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_component.gif


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/documentation/images/customizing_a_shortcut_event_after.gif → frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_shortcut_event_after.gif


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/documentation/images/customizing_a_shortcut_event_before.gif → frontend/app_flowy/packages/appflowy_editor/documentation/images/customizing_a_shortcut_event_before.gif


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/documentation/images/example.png → frontend/app_flowy/packages/appflowy_editor/documentation/images/example.png


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/documentation/images/reporting_bugs.png → frontend/app_flowy/packages/appflowy_editor/documentation/images/reporting_bugs.png


+ 1 - 1
frontend/app_flowy/packages/flowy_editor/documentation/testing.md → frontend/app_flowy/packages/appflowy_editor/documentation/testing.md

@@ -93,7 +93,7 @@ For example, we are going to test the file `select_all_handler.dart`
 
 **Full code example**
 ```dart
-import 'package:flowy_editor/appflowy_editor.dart';
+import 'package:appflowy_editor/appflowy_editor.dart';
 import 'package:flutter/services.dart';
 import 'package:flutter_test/flutter_test.dart';
 import '../../infra/test_editor.dart';

+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/.gitignore → frontend/app_flowy/packages/appflowy_editor/example/.gitignore


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/.metadata → frontend/app_flowy/packages/appflowy_editor/example/.metadata


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/README.md → frontend/app_flowy/packages/appflowy_editor/example/README.md


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/analysis_options.yaml → frontend/app_flowy/packages/appflowy_editor/example/analysis_options.yaml


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/.gitignore → frontend/app_flowy/packages/appflowy_editor/example/android/.gitignore


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/build.gradle → frontend/app_flowy/packages/appflowy_editor/example/android/app/build.gradle


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/debug/AndroidManifest.xml → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/debug/AndroidManifest.xml


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/AndroidManifest.xml → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/AndroidManifest.xml


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/res/drawable-v21/launch_background.xml → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/drawable-v21/launch_background.xml


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/res/drawable/launch_background.xml → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/drawable/launch_background.xml


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/res/values-night/styles.xml → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/values-night/styles.xml


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/main/res/values/styles.xml → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/main/res/values/styles.xml


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/app/src/profile/AndroidManifest.xml → frontend/app_flowy/packages/appflowy_editor/example/android/app/src/profile/AndroidManifest.xml


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/build.gradle → frontend/app_flowy/packages/appflowy_editor/example/android/build.gradle


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/gradle.properties → frontend/app_flowy/packages/appflowy_editor/example/android/gradle.properties


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/gradle/wrapper/gradle-wrapper.properties → frontend/app_flowy/packages/appflowy_editor/example/android/gradle/wrapper/gradle-wrapper.properties


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/android/settings.gradle → frontend/app_flowy/packages/appflowy_editor/example/android/settings.gradle


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/assets/big_document.json → frontend/app_flowy/packages/appflowy_editor/example/assets/big_document.json


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/assets/example.json → frontend/app_flowy/packages/appflowy_editor/example/assets/example.json


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/.gitignore → frontend/app_flowy/packages/appflowy_editor/example/ios/.gitignore


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Flutter/AppFrameworkInfo.plist → frontend/app_flowy/packages/appflowy_editor/example/ios/Flutter/AppFrameworkInfo.plist


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Flutter/Debug.xcconfig → frontend/app_flowy/packages/appflowy_editor/example/ios/Flutter/Debug.xcconfig


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Flutter/Release.xcconfig → frontend/app_flowy/packages/appflowy_editor/example/ios/Flutter/Release.xcconfig


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Podfile → frontend/app_flowy/packages/appflowy_editor/example/ios/Podfile


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner.xcodeproj/project.pbxproj → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/project.pbxproj


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner.xcworkspace/contents.xcworkspacedata → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcworkspace/contents.xcworkspacedata


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/AppDelegate.swift → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/AppDelegate.swift


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected] → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected]


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Base.lproj/LaunchScreen.storyboard → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Base.lproj/LaunchScreen.storyboard


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Base.lproj/Main.storyboard → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Base.lproj/Main.storyboard


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Info.plist → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Info.plist


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/ios/Runner/Runner-Bridging-Header.h → frontend/app_flowy/packages/appflowy_editor/example/ios/Runner/Runner-Bridging-Header.h


+ 0 - 0
frontend/app_flowy/packages/flowy_editor/example/lib/expandable_floating_action_button.dart → frontend/app_flowy/packages/appflowy_editor/example/lib/expandable_floating_action_button.dart


Some files were not shown because too many files changed in this diff