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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T08:16:10.000Z (over 1 year ago)
- Last Synced: 2025-01-11T23:18:33.188Z (over 1 year 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

## 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