nbio
nbio

Reputation: 55

Fastest way to make a UI for a flutter dev?

We’ve got a project to convert our existing browser extension into a flutter app, however I’d like to do the UI design component of this myself so that I can provide our freelancer with something to work with, I know exactly how it should look in my head already.

I was looking at Adobe XD, I know it’s got a flutter extension. Is this my best bet or is there something better? I basically want to build the entire UI of our app, and give it to our freelancer for wiring up and programming. Ideally it’d be fast to work in, as we’re trying to offload this piece of programming to a third party so we can focus on the extension programming. Or are none of these tools any good for this sort of a task?

Upvotes: 0

Views: 454

Answers (1)

leokan
leokan

Reputation: 670

The best workflow I had up to now, was:

  1. UI/UX Designer makes the app ui in Adobe XD.
  2. They upload to Zeplin via Adobe XD
  3. I get all assets etc from there and use this to make the UI on my own with Material Components.

Using the XD plugin that generates flutter widgets, is bad and should be avoided.

Upvotes: 1

Related Questions