Jonah Fang
Jonah Fang
类似 bloc_index.dart 的命名风格不太好,我建议使用 index.dart 或 export.dart.
component_index.dart 中 ... export 'package:flutter_wanandroid/ui/pages/page_index.dart'; 含: export 'about_page.dart'; about_page.dart 中又引用 component_index.dart: import 'package:flutter_wanandroid/common/component_index.dart'; 是否存在循环依赖?
不能将page看成component吧.component一般应该是与具体用途无关的可以重用的组件.
我建议把集中起来引用的层次仅限制到一级目录
这个插件有啥作用?没有想通,能解释一下吗?谢谢。
@ThinkDifferents 已经请求qq好友
I now must exec following cmd after open the terminal, anyway to exec automatically?
I have got solution to this problem : send text to teminal after it opened: ``` return { "numToStr/FTerm.nvim", pin = true, lazy = false, config = function() local fterm...
@fitrh Thanks for reply! Your solution works for my problem but has side effects on floating windows. I use `carbon-steel/detour.nvim` to edit the file in a floating window. When the...
I has a solution like this: ``` .. render = function(props) if not props.focused and not w.is_floating() then return end -- my incline status message config here ``` and is_floating()...