114956250_337140750618546_7829780790777910399_n.mp4
✔️ Made the Entire feed dynamic. Before it used to be static and stored in a Dart List but now it's coming from a temporary json creator api. I've made it in such a way that i can just hotswap my backend seamlessly!
✔️ Made the NewsList and NewsViewer. This component uses the native WebView for android (I'm ignoring iOS for the foreseeable future). This allows me to open websites without leaving the app hence maintaining the engagement.
✔️ Added a ShareableWebView - basically a similar in app website redirection subsystem for people who want to share their websites on MicroBlog.
✔️ Tweaked the TopBar UI