FLUTTER ECOSYSTEM

Anika-2048/Flutter-Weather-App

실시간 날씨를 표시하는 안드로이드 애플리케이션입니다.

플러터 날씨 앱 프로젝트 이미지
Stars
0
Forks
0
최근 푸시(UTC)
2024. 6. 28.
프로젝트 상태
활성
Anika GitHub avatar
GITHUB User

Anika ↗

언어C++CMakeDartSwiftCHTMLJavaObjective-C

사용 중인 의존성

의존성 목록 7 개

앱 카테고리

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Basic Weather Application

Introduction

A basic flutter based Weather Application which displays real time weather data fetched from weatherapi.com

Functionality and UI

The homepage (left) is the default front that displays when you first open the app. It shows the weather of the home city you set. You can edit your name and home city by clicking on the profile icon in the bottom navigation bar.

https://github.com/Anika-2048/Flutter-Weather-App/assets/128902230/081a3a05-9804-4ad4-b7ae-93e023b49afc https://github.com/Anika-2048/Flutter-Weather-App/assets/128902230/dba70045-f843-4bb6-924d-97073faeb5f0

Future updates:

  • As you may see, there is a favourites icon but it's not currently coded. The feature to add your favourite cities will be added!
  • Improved UI upcoming
  • Autocorrect and autocomplete for the cities, so you don't have to worry about the spellings!

More Help - Default flutter instructions for future use

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.