A Flutter News App a Kick Start Guide
Get Your NewsApi Key Enter the key into the constant file
class Constant{
static String base_url ="https://newsapi.org/v2/";
static String key = "Put_your_key_here";
}
Clone the Project and Try to do it at your end make more freatures.
For more help getting started with Flutter, there online documentation.