Morn
Morn
## source code sample ``` import 'package:markdown_widget/config/highlight_themes.dart' as theme; Widget buildMarkdown() => MarkdownWidget( data: data, styleConfig: StyleConfig( preConfig: PreConfig( language: 'java', theme: theme.a11yLightTheme ) ), ); ``` ## usage ```...
Is there any plan to support Flutter for web? 😊
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Use case...
**Describe the bug** `unordered list` and `ordered list` gets incorrect performance with `blockquote` **To Reproduce** Steps to reproduce the behavior: 1. Click the `Markdown Editor` 2. input with : -...
**Describe the bug** There is a space placeholder showed after every `link node` **To Reproduce** Steps to reproduce the behavior: 1. Click the `Markdown Editor` 2. input for : ```before[I'm...
时间:2020-05-15(一面) 2020-05-21(二面) 面试者:androidBro 面试形式:视频面试 工作年限:无要求 ## 面试内容 ### 一面 [Flutter与Native通信中,各个Channel的区别](https://www.jianshu.com/p/39575a90e820) [requestLayout、forceLayout、invalidate与postInvalidate的区别](https://www.jianshu.com/p/ce30f200209e) [android打包流程](https://zhuanlan.zhihu.com/p/116066637) [Android Apk安装过程](https://www.jianshu.com/p/953475cea991) [DNS劫持](https://juejin.im/post/5cff858a6fb9a07ed84238ec#heading-11) [HttpDNS原理](https://juejin.im/post/5dc14f096fb9a04a6b204c6f#heading-13) - [HTTPS:](https://www.cnblogs.com/JeffreySun/archive/2010/06/24/1627247.html) - 为什么https需要使用 对称加密+非对称加密 - 证书的作用 ### 二面 [isolate、协程](https://juejin.im/post/5cc311695188252e83434aba) [Android自定义ViewGroup](https://juejin.im/post/5b25bc136fb9a00e373bd0c8#heading-4)与Flutter自定义多child的widget Flutter向Native传输复杂的数据结构 ## 总结...
related to #6259 ### Feature Preview https://github.com/user-attachments/assets/25a0084e-7e4c-46cc-81a4-69916ba8cb1f - the icon in database tabbar has no color - the menu will be shown while clicking the selected database tabbar #### PR...
Fix the issue #7201 ### Feature Preview #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes...
### Bug Description The emoji picker can be reopened when changing icons within `move to` ### How to Reproduce More Options -> Move to -> Change icons -> Change icons...