Closed 2shrestha22 closed 4 years ago
We need example app for this library. I am new to programming and having problem with this package.
Here is code and I don't know data type so put List in return. How should I do if I don't want to put dynamic all over the app code and need a model?
Future<List<dynamic>> fetchPosts(int pageNum) async { return wp.getPosts(); } }
Please confirm that the latest update fixed your issue. Otherwise, this issue will be closed.
thanks..
We need example app for this library. I am new to programming and having problem with this package.
Here is code and I don't know data type so put List in return. How should I do if I don't want to put dynamic all over the app code and need a model?