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 tried to add `C:\Program Files (x86)\World of Warcraft\_classic_` to the z index by doing `cd C:\Program Files (x86)\World of Warcraft\_classic_` without admin rights. But the directory doesn't show up...

Works well in Windows 10 system Powershell terminal. But with cmder, powershell start task, z comamnd only list paths which typed in system Powershell termianl, not beside any paths typed...

I've been evaluating z.lua and so far I couldn't replicate 3x performance improvement claim compared to z.sh. > 3x times faster than z.sh ``` ~ ➤ time bash -ic 'for...

`z -b ...` don't work in iTerm2 , but `cd ...` work well `z -b ....` don't work

fish v2.7.1 z.lua version: 5c2e0c6 There is one part in README.md “”“ cd to the existent path if there is no match: Sometimes if you use: z foo And there...

One feature I really liked in fasd is, that fuzzy matching is performed, when the other matching algorithms to not yield a result. Comparison of matching algorithms in fasd and...

There is a section on comparison with other such utilities, but [@gsamokovarov/jump](https://github.com/gsamokovarov/jump) seems to be missing. It's written in Go and also has some fuzzy matching. It would be nice...

By default z.lua [writes into `~/.zlua`]( https://github.com/skywind3000/z.lua/blob/master/z.lua#L107). This pollutes the home directory. In Unix, writing in a [specified config folder](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) is preferable. Traditionally `~/.config/` serves this purpose. In Windows `%LOCALAPPDATA%`...

+ Can be added `~/Users/NAME/Pictures/123` + Cannot add `~/Users/NAME/Pictures` + Other paths don't have this problem + I tried reinstalling z.lua, but it didn't fix it + I use the...

zsh does not redraw my prompt when I jump with fzf. Does anyone else have the same problem? Look how fzf ensures the prompt is redrawn after https://github.com/junegunn/fzf/blob/3c09c77269d848f5e7dd8f350a90e8d7ed760845/shell/key-bindings.zsh#L88