Skip to content

n1ved/skyze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skyze

Skyze is beautiful weather app made on flutter with openweathermap API

Warning Release app might not work as intented since it use free API key . Recommmended to build it yourself using new api key

Screenshots

Loading Main Screen 1 Main Screen 2 Search

Setting up environment

1 . Clone the repo

git clone https://github.com/n1ved/skyze

2 . Create a file called credentials.dart inside lib/
3 . Store your API Key inside credentials.dart in a variable called appID
  like :
String appID = "yourAPIkey"
4. run flutter pub get to get dependencies
5. run flutter run to launch it on your emulator/device


About

OpenWeatherMap client written on flutter

Topics

Resources

License

Stars

Watchers

Forks