Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bacarybruno/flutter-news-app

A simple news app built with Flutter (Provider Architecture) and using Wordpress REST API
https://github.com/bacarybruno/flutter-news-app

dart flutter wordpress-api

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Welcome to flutter-news-app 👋

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


























## Install

```sh
flutter pub get
```

## Configuration

Open the `constants.dart` file inside `lib` folder.

```dart
const Map Constants = const {
'API_BASE_URL': '/wp-json/wp/v2'
};
```

Replace ROOT_URL with your wordpress root URL.

## Usage

```sh
flutter run
```

## Run tests

```sh
flutter test
```

## Author

👤 **bacarybruno**

* Github: [@bacarybruno](https://github.com/bacarybruno)
* LinkedIn: [@bacarybruno](https://linkedin.com/in/bacarybruno)

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [bacarybruno](https://github.com/bacarybruno).

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_