'Is it possible to convert CSS code to dart code
There is a website called framer[www.framer.com] which lets you to create layouts and UIs and the site will generate the CSS code for the layout which you created[sample image in the link] and now how do I convert that code to dart. I don't know much about CSS. It will be super handy to convert CSS code to Dart and use it in flutter.
Solution 1:[1]
While not exactly the same thing as your question, you may find a solution in this article which is going from design in AdobeXD to dart code for Flutter. Offers the same type of workflow from prototype design to code.
Solution 2:[2]
You can try this link CSS to Flutter
Solution 3:[3]
There is sadly no way of converting CSS to Dart. They work very differently so you will have to do it manually.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Jwildsmith |
Solution 2 | Hassan Osama |
Solution 3 | Benedikt J Schlegel |