How to Fetch Data from Internet? Flutter Tutorial

fetch data from internet flutter

Hey Guys, In this article I will teach you how to fetch data from the internet in Flutter. We will be using the HTTP package to get the data from the API and then get the required data by decoding the response in JSON format. I have also made a Speed coding video showing the … Read more

[Solved] Don’t use one refreshController to multiple SmartRefresher

SmartRefresher

Don’t use one refreshController to multiple SmartRefresher, It will cause some unexpected bugs mostly in TabBarView ‘package:pull_to_refresh/src/smart_refresher.dart’: package:pull_to_refresh/src/smart_refresher.dart:1 Failed assertion: line 608 pos 12: ‘_refresherState == null’ The issue was using one refreshController to multiple SmartRefresher. The solution was quite simple: i.e Define another instance for another smart refresher. However, my attention was focused on … Read more

Flutter Error: The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher

image 2023 02 06 145353431

This is a new flutter error I recently came across and wasn’t able to find solutions in Stack Overflow or other forums and sites. What was the problem? As you can see above, the package info plus package have a Kotlin version 1.6.10, however, the required version for the program to run was 1.6.20 and … Read more

Git Worktrees: Why would you use it?

Untitled 1 1

Whenever you are developing something, context switching is something we all come across. Lucky for us there are multiple ways one can achieve this, even with in Git. Here we will be looking at one of the most useful tool for this, Git Worktree. Table of Contents: When to use Git Worktrees? How does Git … Read more

12 Best Affiliate Programs to Join Without Website (Updated) | Affiliate Marketing for Beginners

image 2

Looking to explore the world of best affiliate programs without a website? Our article has got you covered! Discover the best affiliate programs to join and learn how you can make money online through this easy and lucrative task. Join the trend of working smarter, not harder, and start earning big with affiliate marketing today! … Read more