Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A simple news app built with Flutter (Provider Architecture) and using Wordpress REST API
- Host: GitHub
- URL: https://github.com/bacarybruno/flutter-news-app
- Owner: bacarybruno
- Created: 2020-01-29T10:02:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T08:53:05.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T08:34:43.285Z (5 months ago)
- Topics: dart, flutter, wordpress-api
- Language: Dart
- Homepage:
- Size: 411 KB
- Stars: 44
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)_