Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter weather

a weather app using flutter.

weather status with flutter

ios

ios_chart

features

  • :white_check_mark: beautiful minimal ui
  • :white_check_mark: dark and light themes
  • :white_check_mark: current temperature, max and min temperature, sunset, sunrise
  • :white_check_mark: custom icons for each weather condition
  • :white_check_mark: 5 day forecast
  • :white_check_mark: beautifully animated transitions
  • :white_check_mark: bloc pattern for api calls
  • :white_check_mark: line graph to show temperature variance

getting started

prerequisites

flutter

installing

api key

create a file called api_keys.dart in lib/src/api/

make a class called apikey with your openweathermaps api key in it. get it here

eg:

class apikey {
  static const open_weather_map = 'your_key';
}

Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Comments are closed.

Top