In my work, my team and I are developing a tool in python, this tool have a website and for that we use Django. Currently we are all working in Pycharm.
I suggested that we’ll move to use flutter instead of Django since I had some good time with flutter in my studies.
Now my issue is that I don’t know how I should approach this transition.
The solutions I thought about are:
- Stay in Pycharm and download flutter and Dart plugins – this is a bit of an issue for me since I can only use a free plugin and the only recommendation I found was for the paid Flutter storm. So any recommendations for other plugins will be great.
- Move to a different IDE – It seemed to me that if I want an IDE to support both python and flutter I might need to use VS Code, I don’t really know VS Code, since my whole life I used JetBrains products and I won’t be happy to move but that would be an easy solution I might.
- Work on the same project in separate IDEs – I was wondering if could just open this project on Pycharm and android studio and and just work on the IDE that match the code I need to work on, is that a feasible solution?
I would appreciate a comment on any of them as well as a solution I did not think of
2