Skip to content
/ rpi_weather Public template

Weather App written in flutter and specifically designed for Rapsberry Pi

License

Notifications You must be signed in to change notification settings

Gmatarrubia/rpi_weather

Repository files navigation

rpi_weather

Weather App written in Flutter and specifically designed for Rapsberry Pi.

Environment setup

It also comes with a selfcontained environment. So, it lets you start delevoping in seconds. You can choose between these 3 modes of use:

  • Native. Open Vscode/Android Studio and develop as usual with your flutter deps already installed.

  • Dockerized. Develop inside of a container!

git clone https://github.com/Gmatarrubia/rpi_weather
cd rpi_weather
./init-docker-env.sh
./build.sh
./runApp.sh
  • Develop in container VsCode. All Vscode dev environment in a container.
git clone https://github.com/Gmatarrubia/rpi_weather
cd rpi_weather
code .
# Click on "reopen in container"
# Start to develop

About

Weather App written in flutter and specifically designed for Rapsberry Pi

Resources

License

Stars

Watchers

Forks

Packages

No packages published