dreamsoftin / flutter_wordpress

Flutter WordPress API
https://pub.dartlang.org/packages/flutter_wordpress
MIT License
198 stars 122 forks source link

remove flutter dependency #48

Closed yringler closed 4 years ago

yringler commented 4 years ago

Wonderful package!

Use Case My intention is to create an API which does all the wordpress stuff (including dealing with several 1000 posts and a lot of categories) and packages it up all nice for the app. The api of course is dart, not flutter. I checked out some other packages, this is light years ahead, and set out to remove the flutter dependency. Turns out, that it's in name only, there isn't any flutter stuff which had to be moved to another package or redone in a different way.

PR I just removed the flutter references from the pubspec.yaml. And the tests, because there weren't any, anyway.

SachinGanesh commented 4 years ago

When we created this package our intention was to use it with Flutter. But this is a nice move. Thank you for the PR!

SachinGanesh commented 4 years ago

Feel free to add API's if you feel anything is missing. We are open for PR's!

yringler commented 4 years ago

Great! Will do.