A simple news app built with Flutter and using Wordpress REST API
flutter pub get
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.
flutter run
flutter test
👤 bacarybruno
- Github: @bacarybruno
- LinkedIn: @bacarybruno
Give a ⭐️ if this project helped you!
Copyright © 2020 bacarybruno.
This README was generated with ❤️ by readme-md-generator