Skip to content

An app that displays the weather in Paris over 5 days, made with Flutter

License

Notifications You must be signed in to change notification settings

romgrm/weather_app

Repository files navigation

Weather_app

An app that displays the weather in Paris over 5 days.

Run the app

Once you have forked the repo, you can open a terminal and execute these commands (this implies you already have the Flutter SDK)

flutter pub get

flutter run

Authentication

To authenticate inside the app, you can use these credentials :

email : [email protected] password: test

Once you are logged in, the application saves your session and you will not need to log in again.

Weather

The main feature of this application, display the weather for the next 5 days of the week, with a refresh every 3 hours.

You can see the real temperature in Paris, the min and max temperature as well as the temperature felt.

Tests

Some tests are implemented, the unit and integration tests.

To run the integration test, make sure a simulator is open and run this command

flutter test integration_test/authentication_screen_test.dart -d {device number}

or you can run the script inside test_integration_run.sh file.

About

An app that displays the weather in Paris over 5 days, made with Flutter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages