/candy_sorter

Skeleton application for the flutterchallenge.dev March challenge

Primary LanguageDart

Candy Sorter

🥇 This application is part of the March challenge (2022) for Flutter 🥇

You can find the details at https://flutterchallenge.dev/lets-eat-some-candies

Goals

✅ Make the candies draggable

✅ Make the bowls drag targets for the specific color

✅ Update the number of candies left and sorted texts at the top

✅ Add a stopwatch and display the time needed to sort all the candies.

✅ Make the game properties configurable. The number of candies in the game or the list of colors. Save the configuration as shared preferences.

✅ Add 2 new candies each time the user drags it into the wrong bowl.

✅ Animations for candies, bowls and counters.

✅ Page transition animation for a new game.

iOS & Android

Web