Skip to content

A simple news app built with Flutter (Provider Architecture) and using Wordpress REST API

Notifications You must be signed in to change notification settings

bacarybruno/flutter-news-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to flutter-news-app 👋

A simple news app built with Flutter and using Wordpress REST API

Install

flutter pub get

Configuration

Open the constants.dart file inside lib folder.

const Map<String, String> Constants = const {
  'API_BASE_URL': '<ROOT_URL>/wp-json/wp/v2'
};

Replace ROOT_URL with your wordpress root URL.

Usage

flutter run

Run tests

flutter test

Author

👤 bacarybruno

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 bacarybruno.


This README was generated with ❤️ by readme-md-generator

About

A simple news app built with Flutter (Provider Architecture) and using Wordpress REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published