Weather & Calculator App - Flutter

  • Repository: flutter_app
  • Technologies: Flutter · Dart · Weather Map API
  • Status: Completed (Academic Project)

Project Overview
This Flutter-based mobile application is an academic project that merges two core features: a real-time Weather App and a functional Calculator. It demonstrates the ability to integrate RESTful APIs and implement clean navigation between multiple screens using Flutter’s routing system.

Main Features

  • Home screen navigation between weather and calculator modules.
  • Weather App: Fetches and displays real-time weather data using the Weather Map API.
  • Calculator: A basic arithmetic calculator with a clean and responsive UI.
  • Smooth routing and screen transitions.

Learning Outcomes

  • Cross-platform mobile development with Flutter and Dart.
  • API integration and data parsing.
  • UI layout management with Flutter widgets.
  • Building smooth navigation with named routes.

Conclusion
This academic project allowed me to explore Flutter's full potential in developing responsive, multi-functional mobile apps while also strengthening skills in API integration and state management.