mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #2934] [Bug] Use of undeclared identifier 'FlowyInfraUIPlugin' #1286
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @garv-shah on GitHub (Jul 4, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2934
Bug Description
hi there! I was trying to implement the
flowy_infra_uiplugin into my app to use with appflowy_editor, but I get the following error when building with iOS:the app seems to compile fine for MacOS and the web targets. i'm not sure if this a bug, or if i'm just setting up the Flutter plugins incorrectly. Thank you so much!
How to Reproduce
Use AppFlowy Editor package and try to integrate a plugin such as the math equations, which requires flowy_infra_ui.
Expected Behavior
For the app to compile on iOS
Operating System
iOS
AppFlowy Version(s)
main branch
Screenshots
No response
Additional Context
Thank you for your help :)
@annieappflowy commented on GitHub (Jul 4, 2023):
Could you please provide us with more high-level context? For example, what are you building with appflowy_editor and why did you decide to use it? What AppFlowy plugins do you need in your app?
@garv-shah commented on GitHub (Jul 7, 2023):
Hi @annieappflowy! I'm using
appflowy_editorfor an education app platform which encompasses a tutoring app, an app for my school's maths club and an app for orphanages as of now. Namely, I'm using the editor to streamline the process of making questions, quizzes and posts within the app, so it is easy to curate content. I recently switched to the package because the other WYSIWYG Flutter packages were quite painful to use, and packages likevisual_editororflutter_quillhad numerous problems, which I've outlined here: https://github.com/AppFlowy-IO/appflowy-editor/issues/258#issuecomment-1612393985Right now, I need the actions plugin and the math_equation plugin for my app, as the platform needs maths support. I am not sure if I implemented the
flowy_infra_uiplugin wrong, but the app builds fine for MacOS but produces the error above when I try to build on iOS at the path./ios/Runner/GeneratedPluginRegistrant.m:135:3.Would you know of what could cause this issue? Thanks!
@garv-shah commented on GitHub (Jul 10, 2023):
Hi @annieappflowy! Any updates on this?
@LucasXu0 commented on GitHub (Jul 11, 2023):
@garv-shah The flowy_infra_ui package is not public. Therefore, I don't think you can import it into your project. We are currently in the process of splitting some common plugins into a new library called appflowy_editor_plugins, which may be more suitable for your use case.
Could you please provide more details about which plugins are currently only in AppFlowy but you would like to import into your project?
@garv-shah commented on GitHub (Jul 11, 2023):
That'd be great, a common plugins library would be extremely useful! :D
The two plugins only in AppFlowy that I would like to import into my project are
math_equationandactions, which both require theflowy_infra_uipackage as well.@garv-shah commented on GitHub (Jul 11, 2023):
Closing this for now as it will likely be resolved by the introduction of the
appflowy_editor_pluginspackage.