Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Flutter/skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Use the following command to install all widget skills at once in the `.agents/s
{% tabs %}
{% highlight bash tabtitle="NPM" %}

npx skills add syncfusion/flutter-widgets-skills -y
npx skills add syncfusion/flutter-ui-components-skills -y

{% endhighlight %}
{% endtabs %}
Expand All @@ -63,7 +63,7 @@ Use the following command to install skills interactively:
{% tabs %}
{% highlight bash tabtitle="NPM" %}

npx skills add syncfusion/flutter-widgets-skills
npx skills add syncfusion/flutter-ui-components-skills

{% endhighlight %}
{% endtabs %}
Expand Down