flutter_ecommerce_app icon indicating copy to clipboard operation
flutter_ecommerce_app copied to clipboard

E-Commerce App built in flutter

Results 69 flutter_ecommerce_app issues
Sort by recently updated
recently updated
newest added

when i open multi powerhshell terminal, "z -" will change dir to last dir in other powershell terminal.

I find it pretty annoying that the directory name I wrote was somewhere in the parent of the directory that opened. Is it possible to use the `- b` flag...

之前一直用的好好的,但是最近发现cd进去的文件夹没有记录,同时查看所有记录的权重,发现权重都没有变化

我设想的做法是当 `z one two three four` 失败后,使用去掉了最后一个 pattern 的 `one two three` 来匹配,当在数据中匹配到了 `one two three` ,就在这个路径中找有没有子目录 `four` ,如果就直接 `cd` 进入。 效果类似于: ```console $ grep 'linux/drivers' ~/.zlua # 记录中无 linux/driver...

I typed the comamdn with the parameter “-i”, but I can't interact with the termial , no > {光标位置} shown . Here is the result. ➜ prometheus-2.41.0.darwin-arm64 z -i 8...

z.lua init fail ``` mark@snode3:~/.z.lua$ lua ~/.z.lua/z.lua --init bash ZLUA_SCRIPT="/home/mark/.z.lua/z.lua" lua: /home/mark/.z.lua/z.lua:514: attempt to concatenate a nil value (local 'path') stack traceback: /home/mark/.z.lua/z.lua:514: in function (...tail calls...) /home/mark/.z.lua/z.lua:2347: in function...

After set the following in powershell, zlua unable to deal with chinese char correctly. ```powershell [Console]::OutputEncoding = [Console]::InputEncoding = [System.Text.Encoding]::utf8 ``` The Error messeage: ```powershell PS D:\你好> z 你好 Push-Location...

Recently I tried to switch to nushell and was wondering whether it is possible to use z.lua with it. I didn't see anything regarding this in the docs. Is it...