I have been searching for resources to integrate my medium blogs into my portfolio. But unfortunately,  Medium Official APIs Doc has no GET article or blog method (if someone finds it please let me know).

Anyways, I found this new way of using  RSS2Json and generate the endpoint of getting your medium blog feed.

Note: Its medium blog feed, means all those blogs which shows up when you click on your profile can be fetched.

MVC Structure

Let me summarize what we are going to do as we are also using MVC architecture.

  1. Create Model class of Blog
  2. Create a Controller class of Blog
  3. Create a View class for showing up the medium feed blog

Hence, the project structure would be something like:

Project Structure

#médium #blog #dart #flutter #flutter-app-development

Integrate Medium Blog Feed in Flutter App — MVC Architecture
2.30 GEEK