Dart
I have two basic apps in Flutter.
First one is a world time application, it has 3 pages and loading screen.
The application can change the background based on the part of the day(night / day).
The API call is implemented in services file.
The second application is a weather application. You can type the location, and the program will show you the temperature, with OpenWeather API.