A complete simple weather application build with flutter
Read Time:48 Second

A complete simple weather application build with flutter

0 0

Weather app

A complete simple weather application build with flutter

A complete simple weather application.

A complete simple weather application build with flutter

Getting Started

Get your own API key from:

Setup for google Cloud API key:
  • Go to Google Developers Console.
  • Create a New Project.
  • From Left Menu, go to Credentials section; click on Create Credentials and generate API KEY.
  • Copy API KEY of the project.
  • Again From Left Menu, go to Library section; search Places API and enable it.

Once you have created the keys,
Put in the right place

in file services/wather.dart in the top put the open weathe map key and aqicn.

in file screens/location_screen.dart put the google api key (search 'Your_api_key').

You can change the language and places in the search:

 language: "en",

 components: [Component(Component.country, "il")]);

This is my first app , Apparently some things can be done better.

The inspiration for the design from : weather by xiaomi

GitHub

https://github.com/Yoad-Duani/Weather_app_flutter

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Simple & Beautiful Note-taking app written in dart with flutter UI toolkit
Entrada siguiente Shared Backpack User App using flutter