https://github.com/angeloavv/news_app
A news app that shows Italian news using the NewsAPI APIs, made with love in Flutter.
https://github.com/angeloavv/news_app
Last synced: 12 months ago
JSON representation
A news app that shows Italian news using the NewsAPI APIs, made with love in Flutter.
- Host: GitHub
- URL: https://github.com/angeloavv/news_app
- Owner: AngeloAvv
- License: mit
- Created: 2022-04-17T13:29:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T13:31:29.000Z (about 4 years ago)
- Last Synced: 2025-06-26T09:49:49.712Z (12 months ago)
- Language: Dart
- Size: 2.44 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# News App
A news app that shows Italian news using the NewsAPI APIs, made with love in Flutter.

## Purpose
The purpose of this project is to demonstrate how to use the Pigeon library by invoking native code from both Android and iOS platforms.
## How to use it
Retrieve the dependencies with the following command:
```terminal
pub get
```
Run the application and.. enjoy it!
## Architecture
* Clean Code Architecture (customized)
* BLoC pattern
* Dependency Injection with Provider
* Calling native code with Pigeon
* Retrofit and Alamofire as native Android and iOS HTTP clients
## License
News App is available under the MIT license. See the LICENSE file for more info.