117117764_696780127567648_4570166401081861770_n.mp4
✔️ I've been consistently coding for 6 days straight! (Also managing 11th grade simultaneously) i was working on integrating the backend with the Flutter UI. For the most part it was a painless process but i fell into a trap! So basically what had happened is that i coded the shared preferences and all the http requests in dart(flutter) and it was working as expected when debugging. But when i built the apk, and tried running it on my phone, it didn't work. I spent 2 days figuring out what was the error. Finally i found that i had not enabled internet permission in the AndroidManifest. For security reasons, android doesn't allow you to perform a POST request with data to an external server unless you explicitly request permission! This was really easy to miss and to ensure that nobody repeats such error, I've made a simple tutorial that shows you how to do it! Check it out.
✔️ Also, most of MicroBlogger has been completed. Only the notifications and a few other pages are left. I'll finish em relatively soon and drop a Post regarding it! In the video, you can see that the login functionality is working, also even if the user leaves the app it auto-logins when the user comes back. If the user logs out it shows the login screen again!
Thanks! ~ Manas Hejmadi