A simple News application built with Flutter. The news data fetch using a Free REST API provided by NewsAPI.org.
Clone this repository using following command.
git clone https://github.com/Dilshan97/Flutter-news-app
Then navigate to the project & install the libraries using following command.
flutter pub get
Go the newsapi.org REST API and create an account.
Go to the assets/.env
and replace the API KEY that you created in previous step.