A Minimalist News App Aggregator made with Flutter + BLoC
-
Clone the repository:
git clone https://github.com/devdezzies/moviemax.git cd moviemax
-
Install the dependencies:
flutter pub get
-
Run the app:
flutter run
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the MIT License