This is a weather forecast application developed using Flutter, fetching the latest weather information through the Open Data API.
- Real-time weather information: Utilizes the opendata API to obtain the latest weather forecast data
- Intuitive user interface: Modern, responsive UI built with Flutter
- Efficient state management: Uses Riverpod for application state management
- Flutter: Cross-platform UI development framework
- Riverpod: State management solution
- Open Data API: Taiwan government open data platform, providing weather forecast data
- Dio: HTTP client for Dart, used for API requests