Skip to content

yzl-job/FlutterWeather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

export PUB_HOSTED_URL=https://pub.flutter-io.cn export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn

xcrun simctl shutdown all

xcrun simctl install Booted Wikipedia.app

maestro start-device --platform ios --os-version 16

git config --global https.proxy http://127.0.0.1:1081

export MAESTRO_DRIVER_STARTUP_TIMEOUT=60000

open -a Simulator

xcrun simctl list | grep Boo

FlutterWeather

Updated to Flutter 3.0

FlutterWeather

A simple weather App created using Flutter and Dart and using API from OpenWeatherMap

Features

  • Automatically acquire user current location
  • Searchable location
  • Hourly weather information
  • 7 days weather information

How to Run

  1. Create an account at OpenWeatherMap.
  2. Then get your API key from https://home.openweathermap.org/api_keys.
  3. Clone the repo
    git clone https://github.com/ArizArmeidi/FlutterWeather.git
  4. Install all the packages by typing
    flutter pub get
  5. Navigate to lib/provider/weatherProvider.dart and paste your API key to the apiKey variable
    String apiKey = 'Paste Your API Key Here';
  6. Run the App

Contact

License

Distributed under the MIT License. See LICENSE for more information.

About

Weather app created using Flutter and Dart

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 51.6%
  • C++ 22.9%
  • CMake 20.4%
  • HTML 2.0%
  • C 1.6%
  • Swift 1.4%
  • Other 0.1%