flutter-news-app
flutter-news-app copied to clipboard
A simple news app built with Flutter (Provider Architecture) and using Wordpress REST API
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
- Github: @bacarybruno
- LinkedIn: @bacarybruno
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 bacarybruno.
This README was generated with ❤️ by readme-md-generator