I've been working with Python for over two years now and want to start building apps, especially with Flutter. Since I already know Python, will that speed up my learning of Flutter? I have about six hours a day to dedicate to it. Is it realistic to create a somewhat complex app (think features like authentication, AI, APIs, around 20 screens, and image storage) within one month?
2 Answers
Just a heads up, Flutter is built on Dart, not a standalone language. Most tutorials will blend the two, so you're likely to pick up Dart as you learn Flutter. Think about your past projects; have you completed any in a month? If not, maybe rethink that deadline.
Honestly, everyone’s learning pace is different. Setting a strict timeline like one month might motivate you, but it could also pressure you. Just dive in and see how it goes!
Thanks for the insight! I’ll adjust my expectations accordingly.