Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devdezzies/day-news
- Owner: devdezzies
- Created: 2024-07-11T17:03:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T08:16:10.000Z (about 2 months ago)
- Last Synced: 2024-11-09T09:21:21.675Z (about 2 months ago)
- Topics: bloc, flutter, mvvm, state-management
- Language: Dart
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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