Search⌘ K

Challenge: A Social Media Profile Application

Explore building a social media profile app in Flutter by managing tags with lists and Iterable sync generators. Understand how to implement the MVC pattern and manage state efficiently. This challenge helps you practice state management techniques for an interactive Flutter UI while reinforcing layout and code organization skills.

Problem statement

The challenge is to build a profile app where you can add tags about a person using a list and ...