Skip to content

TEDConsulting/flutterNewsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Newsapp

A Flutter News App a Kick Start Guide

Getting Started

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors