-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix(docs): correct package name and description for Flutter and Lustre package (#3701) #3703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(docs): correct package name and description for Flutter and Lustre package (#3701) #3703
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs of that package say:
import 'package:lucide_icons_flutter/lucide_icons.dart';
Icon(LucideIcons.activity);|
I’ll fix that |
…-icons#3701)" This reverts commit c9b738b4af1ffc114bf7e8e2b81754a54b118b97.
… typo (lustre → flutter)
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [lucide-react](https://lucide.dev) ([source](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react)) | [`^0.554.0` -> `^0.555.0`](https://renovatebot.com/diffs/npm/lucide-react/0.554.0/0.555.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lucide-icons/lucide (lucide-react)</summary> ### [`v0.555.0`](https://github.com/lucide-icons/lucide/releases/tag/0.555.0): Version 0.555.0 [Compare Source](lucide-icons/lucide@0.554.0...0.555.0) #### What's Changed - fix(icons): changed `calendars` icon by [@​jguddas](https://github.com/jguddas) in [#​3795](lucide-icons/lucide#3795) - fix(docs): correct package name and description for Flutter and Lustre package ([#​3701](lucide-icons/lucide#3701)) by [@​epifaniofrancisco](https://github.com/epifaniofrancisco) in [#​3703](lucide-icons/lucide#3703) - feat(angular): Angular V21 Support by [@​JeevanMahesha](https://github.com/JeevanMahesha) in [#​3807](lucide-icons/lucide#3807) - chore(metadata): Adjust navigation category by [@​ericfennis](https://github.com/ericfennis) in [#​3461](lucide-icons/lucide#3461) - feat(icons): Add `waves-arrow-up` and `waves-arrow-down` by [@​ericfennis](https://github.com/ericfennis) in [#​3463](lucide-icons/lucide#3463) - fix(icons): changed `scale` icon by [@​jamiemlaw](https://github.com/jamiemlaw) in [#​3800](lucide-icons/lucide#3800) - feat(icons): added `form` icon by [@​jguddas](https://github.com/jguddas) in [#​3558](lucide-icons/lucide#3558) **Full Changelog**: <lucide-icons/lucide@0.554.0...0.555.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNC4yIiwidXBkYXRlZEluVmVyIjoiNDIuMTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://git.csmpro.ru/csmpro/mapban/pulls/58 Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
…e package (#3701) (#3703) * fix(docs): correct package name and description for Flutter package (#3701) * Revert "fix(docs): correct package naming in Packages section (#3701)" This reverts commit c9b738b4af1ffc114bf7e8e2b81754a54b118b97. * fix: correct package name from lucide-lustre to lucide_lustre and fix typo (lustre → flutter)
What is the purpose of this pull request?
Description
This pull request fixes inconsistent package metadata displayed in the Packages section of the site.
The Lucide Lustre package entry contained an incorrect package name and a typo in the description for Lucide Flutter, which caused confusion when referencing the package according to the official documentation.
Changes Made:
Related issue
Before Submitting