Version 1.0.0
A complete weather forecast app for android which supports almost every location on the planet earth. You can search for any location and see the current weather along with hourly weather forecast for next 48 hours and also daily weather forecast for next 7 days.
The openweathermap.com API is used to fetch the weather forecasts and unsplash.com API is used to fetch time aware wallpapers.
For help getting started with Flutter, view the online documentation.
You can check out the corresponding Google code lab here.
Note: Make sure your Flutter environment is set up.
In the command terminal, run the following commands:
$ git clone git@github.com:devavi-labs/weader.git
$ cd weader
$ flutter run
Make sure you have an Android emulator installed and running. Run the following command in your terminal.
$ flutter run
Check out Flutter’s online documentation for help getting start with your Flutter project.
Arm | Download |
---|---|
ARM 32-bit | Download Weader |
ARM 64-bit | Download Weader |
x86 64-bit | Download Weader |
If you don't know which arm your android device supports, you can download this version.
Note: This apk file will be larger in size since all the arms are combined as one.
MIT License
Copyright (c) 2020 Dev Avi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.