Skip to content

red-star25/Wyck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wyck - A Weather App

A Weather App that provides the accurate weather information of the user's current location and other locations too.

Information about the app:

Wyck - A weather app gives accurate weather data of your current Location.

It will also allows you to search the Weather Data of other Cities.

The UI is so Beautiful and Easy to Use .

The User interface change as per the User time and gives the real time weather data.

This app gives information about Temperature, Wind Speed, The timing of Sunset and Sunrise. This app also gives the information about the condition of Sky.

Screenshot 📱

Show some ❤️ and star the repo to support the project

Building the project 📽

Missing Key.Properties file ❌❌

If you try to build the project straight away, you'll get an error complaining that a key.properties file is missing and Exit 🚪

You have to create your own key and run it (You can follow following steps😉).

  1. Open \android\app\build.gradle file and paste following lines without comments.
//keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

signingConfigs {
// release {
// keyAlias keystoreProperties['keyAlias']
// keyPassword keystoreProperties['keyPassword']
// storeFile file(keystoreProperties['storeFile'])
// storePassword keystoreProperties['storePassword']
// }
}
buildTypes {
// release {
// signingConfig signingConfigs.release
// }
}

2.Open \android\local.properties and add -

flutter.versionName=1.0.0
flutter.versionCode=1
flutter.buildMode=release

Or you can follow from the Official Doc.https://flutter.dev/docs/deployment/android.

Waller

❤ Found this project useful? If you found this project useful, then please consider giving it a ⭐ on Github and sharing it with your friends via social media.

LinkedIn Profile

LinkedIn

About

Wyck - A Weather App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published