Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devdezzies/day-news

minimalist news aggregator made with flutter + BLoC applying MVVM architecture
https://github.com/devdezzies/day-news

bloc flutter mvvm state-management

Last synced: about 2 months ago
JSON representation

minimalist news aggregator made with flutter + BLoC applying MVVM architecture

Awesome Lists containing this project

README

        

# dayandnews

A Minimalist News App Aggregator made with Flutter + BLoC

![daynews](https://i.ibb.co.com/1JPbW4n/Mac-Book-Air-1-3.png)

## Installation

1. Clone the repository:
```sh
git clone https://github.com/devdezzies/moviemax.git
cd moviemax
```

2. Install the dependencies:
```sh
flutter pub get
```

3. Run the app:
```sh
flutter run
```

## Contributing

Contributions are welcome! Please follow these steps to contribute:

1. Fork the repository.
2. Create a new branch: `git checkout -b feature-name`.
3. Make your changes and commit them: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature-name`.
5. Create a pull request.

## License

This project is licensed under the MIT License