Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 2.16 KB

README.md

File metadata and controls

78 lines (58 loc) · 2.16 KB

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