3
2 Comments

Building in public

Hey guys, I'm a 18 year old developer. I’m learning app development using Flutter.

Right now I’m trying to make a simple app to extract the colours from an image and displaying their complementary colours.

Follow me on Twitter for daily updates!

on January 31, 2022
  1. 1

    Sounds like a great way to learn new skills and putting existing skills together to actually make something.

    If I can give you one tip: Try to release often but with less features. Make a version 1 that lacks some features. Then release a improved version 2. … and a 3, and a 4 etc.

    That way, you won’t be stuck with a a half-completed app that grew so much much in ideas that it could not be finished before you needed to do something else.

    Perfection is the enemy of making something.

    1. 1

      Dealing with perfectionism is definitely tough, thank you for that advice!