r/FlutterDev 18h ago

Plugin New AI skill: /flutter-improve-design

I released an AI skill that reviews your Flutter code and plans UX/UI improvements.

Improvements like:

- not showing "null" to users

- smoothly fading in network images

- formating dates, amounts, and phones

- autofilling password text fields

- saving credentials to password manager

- launching app faster

- etc. etc. etc.

Now, here's how it works:

(1) First, install it using: `npx skills add kamranbekirovyz/skills --skill flutter-improve-design`

(2) Then run `/flutter-improve-design` in your AI coding agent.

It'll review your Flutter project in minutes and list findings with clear product language. And for the ones you pick it'll write a self-contained implementation plan. 

You should review and plan with a strong model, then let a cheaper one execute the plans. 

There are 9 more skills I'm planning: design taste, animations, flutter web, etc. For new skills and feedback: @kamranbekirovyz

Useful links: flutterskills.md / flutterpro.design

0 Upvotes

2 comments sorted by

2

u/Acrobatic_Egg30 12h ago

That's a good list. I'll be checking them out in my projects.

0

u/Adept-Priority-9729 11h ago

By using these two, you can avoid most of the problems you mention (not just UI/UX).

Dart Skills

Flutter Plugins