A Weather App that provides the accurate weather information of the user's current location and other locations too.
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.
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😉).
- 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.
❤ 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.