Pergunta

I have started using Dart editor for web app development. But there is no design tool(drag and drop like that of Visual studio, Eclipse Android IDE etc.). Not having a designing tool is kind of headache as I have to create buttons and other elements in html code. Can you tell me if there is a better solution. Or maybe a designing utility in Dart editor itself and that i couldn't find.

Foi útil?

Solução

You said it yourself - 'Dart editor'. It's not an IDE and unlike .NET it has no supplied UI toolkits like WinForms or WPF or whatever. Dart itself is a general purpose language. Presumably there are third-party, people working on various UI toolkits and designers, or bindings for existing ones like QT. But I don't think you'll see one from Google anytime soon.

This is essentially the same situation as the early days of Java, and similar indeed to .NET - the difference is that there are official GUI toolkits from Microsoft.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top