skip to Main Content

I started learning Flutter about a month ago and i’m lookin for a project to better learn a language and maybe that app to also fit in resumes for future jobs. Any suggestions?

I’m currently working on a password manager/photo manager but i think it’s too advanced for me.

2

Answers


  1. In my opinion, you should start with small and single-purpose apps like an app that allows users to pick images from the gallery, upload their images to any database. An app that gets data through API calls, like weather forecasts, cryptocurrency price tracker applications, etc. Just like these, make all possible different types of applications. Once you feel you’ve gained enough experience, then put your hand on a bigger project. It could be something like a complete shopping app from scratch – from the login page to the payment page, covering each and every thing. When you mention these real-world-used applications on your resume, it will give a solid impression of your programming knowledge.

    Login or Signup to reply.
  2. You can start with a simple Notepad or To-Do app. A database can then be added to it. In order to learn the Cloud part over time, the data can be kept in the Cloud in a similar application.

    Project can be done using a free api. So you can learn about the use of REST API. And at the last stage, you can make a clone project of a popular application. I believe that when you complete these processes, you will achieve significant improvement and that these projects will strengthen your resume. I think it is very important for development, especially making clone projects.

    I hope I have helped. Enjoy your work.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search