Garv Shah
Garv Shah
> Does that mean that you didn't do any changes specifically for quill in your fork? Yup, exactly, it was merely a fix for a bug that this repository had...
Hi @annieappflowy! I'm using `appflowy_editor` for 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....
Hi @annieappflowy! Any updates on this?
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_equation` and...
Closing this for now as it will likely be resolved by the introduction of the `appflowy_editor_plugins` package.
once the protoc plugin is installed, how would one rebuild all for `appflowy_backend`?
ah, sorry, I was using IntelliJ where the option would not come up. I opened the project in VSCode and it was all fixed 👍
i'd also love for this feature to be added :)
Using the inspector, it seems to be something to do with the height of the column: None of the individual `BlockComponentContainers` seem to be contributing to the height
Hi @LucasXu0, sorry for the wait, here you go! ```dart import 'package:appflowy_editor/appflowy_editor.dart'; import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget...