Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atiqsamtia/WordPress-App-with-Flutter
Fully Functional IOS/Android App for WordPress Website with Flutter
https://github.com/atiqsamtia/WordPress-App-with-Flutter
android android-app blog flutter flutter-app ios ios-app news wordpress wordpress-website
Last synced: 3 months ago
JSON representation
Fully Functional IOS/Android App for WordPress Website with Flutter
- Host: GitHub
- URL: https://github.com/atiqsamtia/WordPress-App-with-Flutter
- Owner: atiqsamtia
- Created: 2019-11-23T00:48:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T01:11:07.000Z (about 2 years ago)
- Last Synced: 2024-06-21T10:35:37.093Z (5 months ago)
- Topics: android, android-app, blog, flutter, flutter-app, ios, ios-app, news, wordpress, wordpress-website
- Language: Dart
- Size: 5.09 MB
- Stars: 174
- Watchers: 22
- Forks: 85
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress App with Flutter
> IOS/Android Native App for WordPress Website/Blog built using Flutter. **No additional Plugins required for WordPress**.
> Built for DevFest Lahore 2019 Workshop
![](ScreenShot.jpg)
## Demo
[![Download 64Bit](https://img.shields.io/badge/Download%20APK-64%20bit-brightgreen)](https://github.com/atiqsamtia/WordPress-App-with-Flutter/releases/latest/download/app-arm64-v8a-release.apk)
[![Download 64Bit](https://img.shields.io/badge/Download%20APK-32%20bit-brightgreen)](https://github.com/atiqsamtia/WordPress-App-with-Flutter/releases/latest/download/app-armeabi-v7a-release.apk)![](Demo.gif)
## Prerequisites
These are he requirements to run this App
- Flutter Version 1.9 or later
- WordPress 4.7 or later## Getting Started
clone this repo
```
git clone https://github.com/atiqsamtia/WordPress-App-with-Flutter.git wordpress_flutter
```
ChangeTITLE
andURL
according to your website inlib/config.dart
file.Update dependencies
```
flutter packages get
```Run App with this command
```
flutter run
```It is that simple.
## Features
- [x] Latest Posts
- [x] Featured Posts
- [x] Single Category Posts List Page
- [x] Infinite Scroll with pagination
- [x] Post Detail Page
- [x] Top 15 Categories in Tab
- [x] Fade Image with Placeholder
- [x] Cached Network Image
- [x] RTL support for language like Arabic, Urdu, Hebrew etc
- [ ] Connectivity status, if offline pop a message
- [ ] Pull to refresh
- [ ] Setting page
- [ ] Related Posts on Post Detail Page
- [ ] OneSignal integration for Push Notifications
- [ ] Splash screen
- [ ] Share and fav buttons## Meta
Atiq Samtia– [@AtiqSamtia](https://twitter.com/atiqsamtia) – [email protected]
Distributed under the GPL3 license.
[https://github.com/atiqsamtia/WordPress-App-with-Flutter](https://github.com/atiqsamtia/WordPress-App-with-Flutter)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request