Skip to content

devwraithe/weather_loom

Repository files navigation

Weather Loom

Weather Loom is a mobile application that shows up-to-date information and weather forecasts using data from the Open Weather API. The power of Dart & Flutter along with BLoC for state management as well as the API from Open Weather has been harnessed to bring this product to life. Inspiration for the design is in most part from the iOS Weather application.

Table of Contents

Getting Started

Installation

1. Clone the Repository: Open your terminal and clone the "Weather Loom" repository to your local machine:

$ git clone https://github.com/devwraithe/weather_loom

2. Navigate to the Project Folder: Change your working directory to the project folder:

$ cd weather_loom

3. Install the Dependencies: Install the project's dependencies using pub (Dart Package Manager):

$ flutter pub get

Usage

To run and use the application, ensure you have either an emulator or a mobile device connected to your IDE. Here is a guide from the Android Developers' documentation to help you set up a device or an emulator.

1. Run the Application: To start the "Quick Flashcards" application, run the following command:

$ flutter run

Releases

No releases published

Packages

No packages published