A new Flutter project.
This project is a widget for interacting with a list of graphical interface elements, using GetX.
The widget consist in a ListView with several items. Each item should have a circle avatar and a joke from https://icanhazdadjoke.com. Then, it collect likes from a button. The list should present itself sorted by the number of likes. The last item has a button with a plus sign to obtain a new joke.
For compile this project, first run "flutter pub get" in your console and then "flutter run".