This is a simple News app made in Flutter and using the NewsAPI service.
Usage
The API is free to use, all what you have to do is:
- Go to NewsAPI.com
- Create a free account and get your API key
- Copy and paste the API key in the api_service.dart file
- Choose the endpoint that you want and paste the link in the link variable
- You can add some features like the search, tab to choose the category of the app etc…