lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

⚡CLI for flutter queen 👑

Results 11 lighthouse issues
Sort by recently updated
recently updated
newest added

in case of duplicate names we should add the format to the end of the file

- isLast(e) - isNotLast(e) - isFirst(e) - isNotFirst() - isAt(e,index) - isNotAt()

- notExist() - notExistsSync() - deleteIfExists()

**Describe the bug** The `assets:add` command doesn't skip hidden files as mentioned [here](https://flutterqueen.github.io/website/docs/cli/assets#notes). **To Reproduce** Steps to reproduce the behavior: 1. Run `lh assets:add` 2. Open `pubspec.yaml` 3. Added assets...

bug

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** if I have 60 file with the same parent the command will add 60...

enhancement
good first issue