Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 489 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 489 Bytes

Baggy Weather

This is an application that would show a weather in your location and also couple of random bags

Set up

To run the example project, clone the repo, and folow the steps:

  • Run flutter pub get to get all packages
  • Run flutter packages pub run build_runner build to generate all dependencies. That is required by Injactable package
  • (optional) Run flutter packages pub run build_runner watch to watch for any changes that you most probably would like to make