Anika-2048/Flutter-Weather-App
一个实时显示天气的安卓应用程序。
- Stars
- 0
- Forks
- 0
- 最近推送(UTC)
- 2024年6月28日
- 项目状态
- 未归档
语言C++CMakeDartSwiftCHTMLJavaObjective-C
使用的依赖
依赖清单 7 项
- flutter
{"sdk":"flutter"} - cupertino_icons
^1.0.6 - provider
— - shared_preferences
— - http
— - flutter_test开发依赖
{"sdk":"flutter"} - flutter_lints开发依赖
^4.0.0
App 分类
原始 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.