Getting Started
Follow the steps to install flutter from here
After installing flutter, follow these steps to get started:
Clone the repository:
git clone https://github.com/alensaito1/weebify.git
cd weebify
Install the dependencies:
flutter pub get
Running the app:
flutter run
Building the app:
flutter build <apk|appbundle|aar|bundle|web|windows>
Resources
This Project uses Open Weather Map to fetch weather data.