A news application built with the flutter framework. It aggregates global news headlines and allows users view specific news items based on Categories. Features of the app inlcude
- User Authentication using Firebase
- API Integration (http package)
- State management using Riverpod
Follow these steps to install and run labari on your system.
Before you begin, ensure you have the following dependencies and tools installed:
-
Flutter
-
Flutterfire CLI
-
Open your terminal or command prompt.
-
Use the following command to clone labari repository:
git clone https://github.com/Galadima3/labari.git
- Change your working directory to the cloned repository:
cd labari
- Set up firebase project using the Flutterfire CLI
flutterfire configure
- Install the required dependencies using:
flutter pub get
-
Connect your device or start an emulator.
-
To build and run the project, use the following command:
flutter run
This will build the project and install it on your connected device or emulator.