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

I'm using zsh 5.8 (x86_64-pc-linux-gnu) and installed z.lua with the zinit plugin manager. If I understand correctly, tab completion in zsh should work out of the box. However, nothing happens...

As the title. When I execute z command with -I and a query string, fzf select UI appeared, then I select a choice and press enter, back to ranger but...

```bash [root@localhost ~]# bash --version GNU bash, version 4.2.46(1)-release (x86_64-redhat-linux-gnu) Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; you...

I'm using z.lua with zsh in WSL1 with ArchWSL (https://github.com/yuk7/ArchWSL). It stucked when adding path like `/usr/sbin/lua /home/xxx/.zplug/repos/skywind3000/z.lua/z.lua --add /mnt/c/Users/xxx` Debugged with strace, it's calling endless file rename. ``` rename("/home/xxx/.zlua.1588668768WOvPRf58",...

I have been getting this error whenever I `cd`: ``` cd /home/eva/.asdf/installs/lua/5.3.5/bin/lua: ...SH--SLASH-github.com-SLASH-skywind3000-SLASH-z.lua/z.lua:1054: att empt to perform arithmetic on a nil value stack traceback: ...SH--SLASH-github.com-SLASH-skywind3000-SLASH-z.lua/z.lua:1054: in function 'data_load' ...SH--SLASH-github.com-SLASH-skywind3000-SLASH-z.lua/z.lua:1325: in...

It is easy to add a path with trailing path separator to the `.zlua` file. Enhanced matching does not work properly for the paths with trailing path separators. I fixed...

I understand that you can use tab completion in both `zsh` and `bash`. For `bash`, [you can change the z.lua initialisation](https://github.com/skywind3000/z.lua#completion) to invoke `fzf`, but this doesn't seem to work...

> Word mode completion can be triggered on any command. Word completion is triggered by any command line argument that starts with , (all), f, (files), or d, (directories), or...

Enabling `czmod` with `z.lua` results in inconsistent behaviour, because `czmod` seems to disregard options set in environment variables, such as `_ZL_MAXAGE`.

有些目录下已经做好了整理进行了分类,需要使用z快速进入,但是需要手动讲记录写入数据库,有没有办法提供预热功能直接将一个目录下的所有目录数据写入数据库中